Y
Hacker News
new
|
ask
|
show
|
jobs
by
noelwelsh
1037 days ago
I'm excited to see a modern GCed language that is targetting WASM. Closest comparison is probably Grain (
https://grain-lang.org/
).
2 comments
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?
link
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
tempodox
1037 days ago
Grain does look interesting, thanks for the link!
link