Purerl: Erlang back end for the PureScript compiler
Purerl is a backend for the PureScript compiler that targets Erlang source code. It allows developers to generate Erlang files from PureScript code, facilitating the use of PureScript in Erlang environments. The project includes various resources such as documentation, installation guides, and examples for users.
- ▪Purerl is designed to work with the mainline PureScript compiler to generate .erl source files.
- ▪Binaries for purerl can be downloaded from GitHub releases, and a nix overlay is available.
- ▪The recommended usage involves configuring spago to use the purerl backend for building and running projects.
Opening excerpt (first ~120 words) tap to expand
purerl - the PureScript Erlang backend Overview PureScript is a small strongly typed programming language with expressive types, written in and inspired by Haskell; purerl is a PureScript backend targetting Erlang source. Resources PureScript discord channel #purerl - general discussion, support, news purerl API docs - API docs generated from the latest package set purerl Pursuit - a version of the PureScript pursuit documentation repository for purerl package sets (no longer being kept up to date) The purerl organisation hosts ports of some core libraries. The purerl-cookbook contains some code examples and explanations.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.