Now here's a type-safe functional programming language I recently bumped into, which with their focus on simplicity, ease of use, and developer experience, and compiling to either Erlang or Javascript, is really tempting to delve in deeper.
brandonpollack2•55m ago
I really like the idea of gleam but I don't want to hand implement serialization for every type (even with an LSP action) in 2026.
ocean_moist•37m ago
Biggest issue with this language. But... fairly trivial to implement codegen with gleam/glance[0]. No good libraries do this well right now (e.g. support for discriminated unions).
rapnie•1h ago