A small strongly typed programming language with expressive types that compiles to JavaScript, written in and inspired by Haskell.
Mac build, for machines with lots of ram:
stack install --work-dir .stack-work-O2 --ghc-options="-O2 -with-rtsopts=\"-N -A2048m -n128m\""; purs +RTS --info
Mac build, for machines with less ram, guessed ok values
stack install --work-dir .stack-work-O2 --ghc-options="-O2 -with-rtsopts=\"-N -A256m -n16m\""; purs +RTS --info
x86 build, sadly defaults are as good as it gets:
stack install --work-dir .stack-work-O2 --ghc-options="-O2 -with-rtsopts=\"-N\""; purs +RTS --info
The following spaces are governed by the PureScript Community Code of Conduct. The majority of PureScript users use these spaces to discuss and collaborate on PureScript-related topics:
Some PureScript users also collaborate in the below spaces. These do not fall under the code of conduct linked above. They may have no code of conduct or one very different than the one linked above.