A strongly-typed language that compiles to JavaScript
-
Updated
Dec 19, 2020 - 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.
Not sure what this would entail yet, but it would likely be a better way to reduce some of the boilerplate of opening an issue.
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 7 months ago
My understanding is that Spago puts all build products into the
outputsub-directory. This includes both all the dependencies and the project code itself.I would like to speed up continuous integration by caching this directory. Is it expected by design that exactly the updated code will be re-built in the presence of
outputfilled with earlier build products?Also, would newer versions