DEV Community

Discussion on: Elm vs. Svelte

Collapse
 
mateiadrielrafael profile image
Matei Adriel

You sre right, purescript is a lot more complex, but I personally found elm limiting, so purescript was what I was looking for.

As for the downsides, there is a really good ui framework called halogen, but it doesnt have any docs for it's latest release, and a few react wrappers which have some problems with svg, so theres still work to do in this area.

Another thing ps has is the ability to run on the back-end by wrapping nodejs modules.

Thread Thread
 
augustin82 profile image
Augustin • Edited

Hi! Just so you know, you can create apps in elm for use in the backend, using Platform.worker.

Thread Thread
 
deciduously profile image
Ben Lovy

I never managed to get my head around Halogen, did any examples in particular help you out?