Y
Hacker News
new
|
ask
|
show
|
jobs
by
t0astbread
1482 days ago
Some languages and build systems also allow you to set constants from compiler flags (Go for example). Other systems make the entire build configuration an executable program (Gradle).
1 comments
jonnycomputer
1482 days ago
I did not know that. I mostly use interpreted languages (Python, JavaScript, etc.)
link
formerly_proven
1481 days ago
For Python there are tools like setuptools_scm to completely automate the setup of this.
link
jonnycomputer
1481 days ago
Good to know.
link