Elm Compiler Written in Elm
github.com
Elm Compiler Written in Elm
1–10 of 84 posts
Re: Elm Compiler Written in Elm
#2Re: Elm Compiler Written in Elm
#3Re: Elm Compiler Written in Elm
#4Very cool! However, could they not compile the Haskell Elm compiler to JS using GHCJS and then write Elm bindings for it?
Re: Elm Compiler Written in Elm
#5Ability to compile code in browser allows to do sandboxes, or tools that otherwise would require a server.
Re: Elm Compiler Written in Elm
#6Sad that they have to put a massive "Non-goals" full of emojis so the main Elm team does't feel threated. A languange doesn't lose anything with an extra compiler - a competing compiler is actually what Elm needs right now.
Re: Elm Compiler Written in Elm
#7Re: Elm Compiler Written in Elm
#8Serious question: how popular is Elm? I've recently seen some tutorials showing up and anecdotally know some friends that have played around with it, but I haven't seen any job postings for it and so I'm wondering if it's just hyped up or if there is real demand for Elm developers professionally.
That said, I suspect that given how fun the language is to write, supply probably outpaces demand a bit. Which is actually good, in the sense that for many companies adopting a somewhat less mainstream language one of the main concerns is "will I be able to hire for this?", which generally the answer is "yes, especially for more senior positions".
Re: Elm Compiler Written in Elm
#9Serious question: how popular is Elm? I've recently seen some tutorials showing up and anecdotally know some friends that have played around with it, but I haven't seen any job postings for it and so I'm wondering if it's just hyped up or if there is real demand for Elm developers professionally.
- PureScript has a small but passionate community, one of the biggest players in that community laid off their whole ps team so that doesn't bode well.
- ReasonML fractured into ReScript but left half the Reason community behind, it's a confusing space to navigate now.
- GHCJS...
Most (perhaps even all) of the job postings end up on the elm slack (rather than, say, reddit or other more visible places).
There was some controversy with the release of 0.19 a couple of years ago, and general contempt (in the wider community, not inside Elm) for the way the language is developed and run which means there isn't a great deal of buzz about it outside of those already using it.
Re: Elm Compiler Written in Elm
#10Very cool! However, could they not compile the Haskell Elm compiler to JS using GHCJS and then write Elm bindings for it?