Hacker News new | ask | show | jobs
by spooky_deep 254 days ago
A few commits recently.

There are lots of competing MLs you can use instead:

- F# (Fable)

- ReasonML

- OCaml (Bucklescript)

- Haskell

- PureScript

IMO the problem with Elm was actually The Elm Architecture.

2 comments

What's "the Elm architecture"?
A simple UI programming pattern, with a circular, unidirectional data flow. It is very rigid by design, to be side-effect free, functional, unidirectional:

https://guide.elm-lang.org/architecture/

I'm no frontend guy, but I think it did/was inspire(d) react (redux?) maybe. Corrections on this very welcome

Yes it was too rigid. Too much boiler plate. The design space of functional UI is still being explored.
Correct - Elm was one of several inspirations for Redux:

- https://redux.js.org/understanding/history-and-design/prior-...

OCaml / Reason (Melange)