Hacker News new | ask | show | jobs
by fstarship 443 days ago
Thanks looks great so far.

Also has pattern matching which I should also have mentioned in my top level post.

2 comments

I use it in production[0] and it's a delight so far. When Porffor[1] is ready you could compile to WASM through JS for self-contained binaries!

[0]: https://blog.nestful.app/p/why-i-rewrote-nestful-in-gleam

[1]: https://porffor.dev/

After learning Erlang, it was painful to go back to any language which didn’t offer pattern matching. Such a great language feature.