ReasonML is the best web language because …
1 min readSep 1, 2018
- it feels like the best parts of JavaScript
- it compiles to native which gives raw performance speed
- it has immutable data structures
- reason-react is super minimal and are super functional, contains Redux and React-Router in one project
- it compiles super fast
- everything is complete typed and there exist no “any”
- it interoperability with javascript is fantastic, which means: you can still use the worlds best package system
- did I say it can compile to native and web? both really easily!