PureScript: A Functional Language That Compiles to JavaScript

PureScript Basics: Objects, Recursion, Map, and more

Louis Petrik
JavaScript in Plain English
5 min readSep 23, 2021

--

purescript

Did I say how much I love PureScript?

The project completely runs on Node.js, and the code is compiled to JavaScript — Yet it brings a wholly different programming language into play: A very Haskell-like one.

--

--