Some popular streamers have dabbled in OCaml this year, sometimes calling it "the Go of functional programming", which probably set off a small wave of people tinkering with the language. OCaml has also gotten gradually better in recent years in terms of tooling, documentation, standard library, etc.
adambrod|1 year ago
myaccountonhn|1 year ago
I suspect that Gleam is quite different in that regard.
thesz|1 year ago
The Haskell's STM and channels implemented in it allow for most (or all) of the Go "select" statement, but in a library, not language.
nequo|1 year ago
Haskell is more like a Rust of FP. But Rust is also much more pragmatic than Haskell.