Y
Hacker News
new
|
ask
|
show
|
jobs
by
frou_dh
1037 days ago
Apparently the Grain compiler is written in ReasonML rather than plain OCaml. Isn't it a bit comedic how readily these niche things are stacked up?
2 comments
noelwelsh
1037 days ago
OCaml syntax is quite annoying ... everything is backwards and it even uses double semicolons! :-)
link
giraffe_lady
1037 days ago
Why? A language's implementation language doesn't affect me much. And isn't reason just a syntax layer on ocaml? The tooling can convert back and forth and the runtime semantics are the same. I can read reason code fine if I need to, but I don't.
link