Y
Hacker News
new
|
ask
|
show
|
jobs
by
spooky_deep
190 days ago
Horrible. Would’ve been much nicer if they’d reached for Scheme.
1 comments
debugnik
190 days ago
You say that, but people in OCaml keep bemoaning the use of mostly declarative s-expressions in the Dune build system. Imagine the reaction if MSBuild used an actual Scheme.
link
jimbokun
190 days ago
Why doesn't the OCaml build system use OCaml?
link
spooky_deep
190 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
spooky_deep
190 days ago
They don’t know how good they really have it :)
link