Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goyox86/mac
- Owner: goyox86
- Created: 2015-05-12T16:08:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T16:10:58.000Z (over 9 years ago)
- Last Synced: 2025-01-11T06:57:06.357Z (7 days ago)
- Language: Elixir
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!