Hacker News new | ask | show | jobs
by Skinney 3503 days ago
> The more stuff that becomes compiler magic the worse the language is going to get IMO.

Not sure what you mean here. Elm 0.18 has less compiler magic, not more.

2 comments

Yes, but that's not new in 0.18
Did you read my comment? I mentioned the removal of Signals and it's replacement with the 'magic' Html.app
Html.App used to be a namespace, I suspect you mean Program? In any case, how is that any more, or less, magic than Signals? Considering that the compiler has removed syntax in later versions, later versions of Elm has less magic than earlier versions.