A strongly-typed language that compiles to JavaScript
-
Updated
Sep 1, 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 days ago
When trying to compile with
spago
on a linux env that does not have a/home
directory, there is an error messageDirectory "/home" is not accessible
. Is there a setting that would make it possible to usespago
in an environment with out/home
?