DEV Community

Discussion on: What Elm and Rust Teach us About the Future

Collapse
 
kayis profile image
K • Edited

Somehow Reason reminds me a bit of Elm.

Its code is always fully typed and it has variants (tagged unions) that are a nice solution for many problems I faced with front-end development (i.e. Error, Loading, Success).

Its integration with existing JavaScript seems to be more straight forward than Elm's.