Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goyox86/mac

Elixir implementation of the Small VM
https://github.com/goyox86/mac

Last synced: 7 days ago
JSON representation

Elixir implementation of the Small VM

Awesome Lists containing this project

README

        

Mac
===

Elixir implementation of the Small VM described [here](https://github.com/felixangell/mac/tree/master/mac-improved])

Read the original blog [post](http://www.blog.felixangell.com/virtual-machine-in-c/)

Objectives:
- Apply FP style to build a small VM.
- Have fun!