A strongly-typed language that compiles to JavaScript
-
Updated
Feb 8, 2021 - Haskell
PureScript is a strongly-typed, purely-functional programming language that compiles to JavaScript. It can be used to develop web applications, server side apps, and also desktop applications with use of Electron.
Currently compiling Data.Either.Nested takes about 10 seconds. It emits about 84k lines of code! So we should (a) investigate optimization passes to remove the lines to output and (b) make it run fast even when generating large files like that.
Created by Phil Freeman
Released 2013
Latest release 9 months ago
It should be basically an alias for
purs graph $(spago sources)The only caveat here is that we should probably check that the version of
pursis at least0.13.8, sincegraphshipped with that version.