Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zonuexe/ruby-tenarai-zcheme

A wicked μSchemeR implementation.
https://github.com/zonuexe/ruby-tenarai-zcheme

Last synced: about 2 months ago
JSON representation

A wicked μSchemeR implementation.

Awesome Lists containing this project

README

        

Tenarai::Zcheme
===============

A wicked "[μSchemeR](http://tatsu-zine.com/books/scheme-in-ruby)" implementation.

@zonuexe sed —— 全てのRubyist, Schemer, Lisperに殴られる覚悟はできてる

Installation
------------

```bash
git clone [email protected]:zonuexe/ruby-tenarai-zcheme.git
cd ruby-tenarai-zcheme
rake install
```

Usage
-----

```ruby
require 'tenarai/zcheme'
include Tenarai

s = [:*, [:+, 1, 3], 8]
puts Zcheme.eval(s)
# => 32
```

Copyright
---------

* Copyright (c) 2013 Masahiro Watanabe
* Copyright (c) 2013 USAMI Kenta

* [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/deed)

Contributing
------------

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request