Pure functional programming in your browser & server with PureScript by Vagmi M at FnConf’15

PureScript is a functional programming language with a very interesting monadic effect system. If you are a developer who targets javascript either on or on the Browser, PureScript will liberate you from the callback hell and provide a robust type system to reason about your code at compile time. In this session we will build a full stack PureScript application targeting both and a react app on the browser. More details:
Back to Top