kvakvs / E4VM

A small portable virtual machine that would run Erlang on embedded systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note

This project is not moving forward (as you probably noticed) and ends are not yet properly connected. I.e. the precompiler generates compressed bitcode but the runtime does not handle it yet.

The general idea was to create a portable bit-compressed bytecode format and a tiny runtime for embedded systems.

Here's my talk on EUC 2017 (Stockholm) explaining the history of this project and why it is here https://www.youtube.com/watch?v=6NUPormxgw8

MicroErlang

For documentation and getting started please refer to http://uerlang.org

Building Documentation

Having Sphinx installed run make docs in the root directory of the project. It will populate docs/ with the new copy of the documentation and website content.

About

A small portable virtual machine that would run Erlang on embedded systems

License:Other


Languages

Language:Erlang 38.1%Language:C++ 35.2%Language:Haskell 19.2%Language:CMake 4.6%Language:Python 1.5%Language:Makefile 0.8%Language:Batchfile 0.2%Language:HTML 0.2%Language:Shell 0.1%Language:C 0.1%