public
Description: Aims to extend Ruby standard library, providing some useful tools that's not existed in the standard library, especially for functional programming.
Homepage: http://rubyforge.org/projects/ludy
Clone URL: git://github.com/godfat/ludy.git
godfat (author)
Sat Oct 11 08:25:35 -0700 2008
commit  2400d1dc84e138fa0d3f292e2cf0f82a3dc4821d
tree    a2619df93757797807d12cb7f4d87d2e9e4ef9d2
parent  71ee19235946c169616dc0e51a96fc4778fd06e5
ludy / NOTICE
100644 22 lines (16 sloc) 0.622 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
= notice for other stuffs
 
* this project skeleton is built through Mr Bones 2.0.3:
    gem install bones
    http://codeforpeople.rubyforge.org/bones/
 
* for puzzle_generator, Ruby Facets is needed: (no longer needed now!)
    gem install facets
    http://facets.rubyforge.org/
 
* defun is re-implemented gem multi:
    gem install multi
    http://multi.rubyforge.org/
 
* preprocessing tools with erubis:
    gem install erubis
    http://www.kuwata-lab.com/erubis/
 
* multiruby test with ZenTest (test for ruby 1.8.6-p111, 1.9.0-0, svn trunk)
    gem install ZenTest
    http://www.zenspider.com/ZSS/Products/ZenTest/