Hacker News new | ask | show | jobs
by alphanumeric0 3880 days ago
Hello,

I've been learning Elm for a few months and have done a few small side projects in it. I'm also currently in the process of learning PureScript.

I prefer the way Elm is structured around signals. PureScript does not seem to be structured this way by default, but there is at least one project written in PureScript that gives you Elm-style FRP.

Once my Elm projects became sufficiently advanced, I noticed I was looking to use higher-kinded types, which Elm does not seem to have yet, while PureScript does. This may be important to you.