A strongly-typed language that compiles to JavaScript
-
Updated
Jun 20, 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 16 days ago
When trying to compile with
spagoon a linux env that does not have a/homedirectory, there is an error messageDirectory "/home" is not accessible. Is there a setting that would make it possible to usespagoin an environment with out/home?