Top
Best
New

Posted by wolfadex 8 hours ago

Road to Elm 1.0(elm-lang.org)
254 points | 109 commentspage 3
bingemaker 7 hours ago|
I remember using Elm in one of my gigs. After I left, the client hated me. Not to forget all the drama that it had before Covid. I really want this language to succeed, but its bdfl is trying hard....
jgwil2 6 hours ago||
On the subject of functional languages with JS as a compilation target, is anyone still using PureScript?
ff_ 5 hours ago|
There are a few of us still at it :)

Though with the advent of LLMs it became very easy to spin up alternate backends for it, so it's very much alive outside of JS as well.

dzonga 7 hours ago||
used elm between 2016-17.

it taught me a lot of things - such as simplicity. when I ended up switching to react - redux was easy to pick up cz of elm.

sadly the ecosystem never grew. but oh man elm is nice & the apps were performant.

sesm 7 hours ago|
What's the Elm definition of simplicity? Genuinely asking, because the concept of simplicity is very vague and overloaded in programming.
xn 3 hours ago|||
The Elm Architecture[1] makes it easy to reason about code. You render the current state. You create a new state by applying a message to the current state.

1. https://guide.elm-lang.org/architecture/

threethirtytwo 1 hour ago|||
You really need to use it to see the light. It's like reading about programming and actually programming. You don't understand programming until you actually program.

You won't understand why elm is simple until you actually use elm to the point of internal understanding. I think doing this is much harder nowadays given that most people would likely use an LLM to do most of the coding.

dzonga 50 minutes ago||
said it better than me.
novoreorx 5 hours ago||
It's been some years since I last heard about Elm, but I still rememeber how it blew me away when I first saw it
pyrale 7 hours ago||
> ... and others are more visible features like equatable and hashable types.

I love Elm, and I love the community, but I feel a little gaslit here.

1-more 4 hours ago|
say more! Is it that it has typeclasses but they're closed?
rupertlssmith 4 hours ago||
Worth noting there are some Elm to native code compiler projects now.
_joel 6 hours ago||
Is it me, the code examples look awful to read?
desireco42 6 hours ago||
I hope to see progress in the future. I loved Elm and it made me a better programmer. Things changed a lot since then, but beauty of Elm is not matched by any language.

Also, if you ever had to refactor anything, there is no language in the world that makes it as easy to change things.

Hope to see more releases in the future.

mrkeen 5 hours ago|
You should try more languages
imbnwa 6 hours ago||
So many casualties in that period of groping around in functional programming concepts for the frontend from, like, 2014 - 2020 or so. But a lot of good things endured from that at least.
asgr 7 hours ago|
love it see it :)
More comments...