Y
Hacker News
new
|
ask
|
show
|
jobs
by
jimbokun
195 days ago
Why doesn't the OCaml build system use OCaml?
1 comments
spooky_deep
195 days ago
You don’t want a language with non-determinism, arbitrary IO, impure functions etc. for build configuration ideally.
I guess the answer to your question is OCaml has unmanaged side effects.
link
I guess the answer to your question is OCaml has unmanaged side effects.