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

https://github.com/hf/osom

A simple LISP implementation in Ruby.
https://github.com/hf/osom

Last synced: 11 months ago
JSON representation

A simple LISP implementation in Ruby.

Awesome Lists containing this project

README

          

Osom
~ a simple LISP implementation in Ruby

_
[ ]
( )
|>|
__/===\__
//| o=o |\\
<] | o=o | [>
\=====/
/ / | \ \
<_________>

Example:

require './osom-vm.rb'

Osom.load # to load the parser

vm = Osom::VM.new
vm.execute vm.compile "(debugprint 1 2 3)"

Use Bundler!