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.
- Host: GitHub
- URL: https://github.com/hf/osom
- Owner: hf
- License: mit
- Created: 2014-02-15T15:18:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T16:25:34.000Z (over 12 years ago)
- Last Synced: 2025-05-24T04:43:46.101Z (about 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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!