Comment by brandonpollack2

1 day 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.

Dart has the same glaring issue (yes, yes, you can use a codegen library but it's not the same).

Indeed. Gleam is a sort-of mix between Elixir and Rust, yet you don't have to explicitly implement serialization for either of them.

It's definitely something they should figure out.