6 ms·
You might like https://gleam.run/ https://gleam.run/, another BEAM language but with type-checking. https://tour.gleam.run/basics/type-checking/ https://tour.g
by modernerd 10mo ago
You might like https://gleam.run/ https://gleam.run/, another BEAM language but with type-checking.
https://tour.gleam.run/basics/type-checking/ https://tour.gleam.run/basics/type-checking/
- Alupis 10mo agoGleam compiles to Erlang. So you can skip Erlang entirely but get all of the BEAM and ecosystem's benefits. Gleam is very much worth checking out. It's syntax is very nice and natural feeling.
- adamddev1 10mo agoI have checked out Gleam and yes it does look delightful. Function captures are a really cool idea.