ES modules for PureScript

Try it out

  1. Get the compiler
    Download a binary here
  2. Add a package set
    modify packages.dhall as follows:
    upstream =
          https://raw.githubusercontent.com/working-group-purescript-es/package-sets/main/packages.dhall
    
  3. Give feedback!
    Report any issues/bugs here:

Download beta

Pre-built

Operating systemProcessorLinkDate
WindowsAMD/IntelDownload-
ARMDownload-
Linuxx64Download2021-01-17
arm64Download-
macOSIntelDownload2021-01-17
Apple SiliconDownload2021-01-17

Build the compiler yourself

git clone -b es-modules git@github.com:working-group-purescript-es/purescript.git purescript-es
cd purescript-es
stack install