Live data from Hacker News

Why I'm leaving Elm (2020)

lukeplant.me.uk

1–10 of 89 posts

Re: Why I'm leaving Elm (2020)

#2
I remember reading this article when it was published, it seems like everything said continues to be true about Elm, so much that I don't hear about anyone using Elm these days, as even those who have used it as legacy code have now largely had enough time to migrate away.

Re: Why I'm leaving Elm (2020)

#3

I remember reading this article when it was published, it seems like everything said continues to be true about Elm, so much that I don't hear about anyone using Elm these days, as even those who have used it as legacy code have now largely had enough time to migrate away.

One of the core team members mentioned in the article showed up on HN a couple weeks ago:

https://news.ycombinator.com/item?id=42935516

Re: Why I'm leaving Elm (2020)

#4
post #3

I remember reading this article when it was published, it seems like everything said continues to be true about Elm, so much that I don't hear about anyone using Elm these days, as even those who have used it as legacy code have now largely had enough time to migrate away.

One of the core team members mentioned in the article showed up on HN a couple weeks ago: https://news.ycombinator.com/item?id=42935516

Can you link to the comment specifically? This is just a link to the submission itself.

Re: Why I'm leaving Elm (2020)

#5
tl;dr: the Elm compiler has a hardcoded whitelist of projects allowed to use certain critical language features, and anyone who releases a fork of the compiler without that antifeature gets banned from the project's community.

Re: Why I'm leaving Elm (2020)

#6
post #3

Earlier quoted context omitted.

One of the core team members mentioned in the article showed up on HN a couple weeks ago: https://news.ycombinator.com/item?id=42935516

Can you link to the comment specifically? This is just a link to the submission itself.

Presumably https://news.ycombinator.com/item?id=42954103, which does not really concern Elm.

Re: Why I'm leaving Elm (2020)

#7
post #3

Earlier quoted context omitted.

One of the core team members mentioned in the article showed up on HN a couple weeks ago: https://news.ycombinator.com/item?id=42935516

Can you link to the comment specifically? This is just a link to the submission itself.

The “his comment” link here for this article: https://lukeplant.me.uk/blog/posts/why-im-leaving-elm/#forka... In the HN submission I linked, the author of the article is the same.

Re: Why I'm leaving Elm (2020)

#8
post #3

Earlier quoted context omitted.

One of the core team members mentioned in the article showed up on HN a couple weeks ago: https://news.ycombinator.com/item?id=42935516

Can you link to the comment specifically? This is just a link to the submission itself.

The person in question (Richard Feldman) is the creator of Roc, which the linked article is about.

He also shows up in the comments here https://news.ycombinator.com/item?id=42954103

Re: Why I'm leaving Elm (2020)

#9
post #6

Earlier quoted context omitted.

Can you link to the comment specifically? This is just a link to the submission itself.

Presumably https://news.ycombinator.com/item?id=42954103 , which does not really concern Elm.

He’s the author of the article but only chimes in once.

Sorry for not linking it, just wasn’t sure I wanted a Google Alert, but it seems likely at this point and I don’t mind. I’m somewhat undecided about Elm and Roc. Both are at least innovative.

Re: Why I'm leaving Elm (2020)

#10

tl;dr: the Elm compiler has a hardcoded whitelist of projects allowed to use certain critical language features, and anyone who releases a fork of the compiler without that antifeature gets banned from the project's community.

Weird. Why can’t you patch your local version to include the name of your project?
Post reply on HN