Gleam v1.0.0 released

Hello all! Gleam v1.0.0 has been released! Find all the details here:

33 Likes

Congratulations on a job well done!

:partying_face:

4 Likes

Congratulations, Louis.

Here’s to many years around it.

Cheers. :tada:

2 Likes

Just saw this on YouTube

Looks like a great language. Congratulations.:tada:

3 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.

code

1 Like