|
|
|
|
|
by henryfjordan
281 days ago
|
|
What is Gleam? page could really use a definition. Edit: On review, it seems the best description of Gleam is in the bio for the one of the presenters (which doesn't really say much about them). Apparently it's a programming language. |
|
Gleam is interesting because it's the first statically typed language for Erlang VM, other languages for it can have gradual typing and type hints (TypeScript-style), but under the hood they are still dynamic.
The team behind it cares about adoption so they try to do many things around the language right: they have a compiler, a package manager, a code formatter, an LSP server. So, while the developer experience may seem somewhat rough you still get a feeling of maturity. Gleam doesn't feel like someone's experiment or a toy, but rather like a language that will be around and actively developed for decades.