Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erlscripten/erlps-core

Core runtime of Erlscripten - ERTS emulation
https://github.com/erlscripten/erlps-core

Last synced: 28 days ago
JSON representation

Core runtime of Erlscripten - ERTS emulation

Awesome Lists containing this project

README

        

# erlps-core - ERTS emulation in Purescript

- Erlang type definitions
- Erlang BIF's
- Erlang IO server
- Mocks for erlang's unicode and b64 module
- Basic process emulation using https://github.com/elixirscript/processes

This purescript package is part of the erlscripten project/ecosystem.

# Module documentation
Published on pursuit

# Building
1. Transpile IO module from erlang - ```make io```
2. Run tests - ```npm test```