Hacker News new | ask | show | jobs
by kerkeslager 1159 days ago
> I used to use Elixir, but the lack of static types got to me (especially since I prefer the type-driven development methodology).

You might be interested in Gleam[1].

[1] https://gleam.run/

1 comments

I used to use some Gleam back before the syntax change, when it looked more like Haskell. I found that rather than using a language with a comparatively smaller community, I'd rather just use something that's well supported, so I settled on Rust instead.