Hello all! Gleam v1.0.0 has been released! Find all the details here:
36 Likes
Congratulations on a job well done!
4 Likes
Congratulations, Louis.
Here’s to many years around it.
Cheers.
2 Likes
Thank you
One question. Why no function overloading? I’m guessing it complicates the type system?
No function overloading results in a much simpler language and easier to read code. You don’t have to track complicated unions or type classes or such.
2 Likes
I may be going blind and have missed it, but is there a Gleam equivalent to IEx/erl?
Yes. There is a gleam shell command. It looks to be a simple wrapper around erl.
1 Like