top | item 45478806

(no title)

conroy | 4 months ago

https://gleam.run/ - Gleam is a friendly language for building type-safe systems that scale!

discuss

order

fzeindl|4 months ago

What is the benefit over Elixir?

isodev|4 months ago

Static type checking and Gleam can compile to JavaScript. Gleam and Elixir can be mixed in the same project too, so it’s easy to start adding Gleam to an elixir code base or use Elixir libraries in Gleam.

victorbjorklund|4 months ago

As an elixir dev I'm jealous that gleam can transpile to JS as a target. Must make so interesting things possible.

jesperwe|4 months ago

Strong typing built in from the start. More approachable syntax (unless you are used to Ruby).