Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zonuexe/ruby-tenarai-zcheme
- Owner: zonuexe
- License: other
- Created: 2013-08-18T15:57:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-18T16:08:22.000Z (over 11 years ago)
- Last Synced: 2024-10-27T05:21:39.692Z (about 2 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 Tenarais = [:*, [:+, 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