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 / TODO
100644 22 lines (14 sloc) 0.441 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
= ludy todo list
 
* chain travel
* method hook
* more rdoc
 
* list comprehension List[lambda{|x,y|[x,y*2]}, (0..1), (2..3), lambda{|x,y|x!=y}]
* better namespace
* extract Array's methods to Enumerable
 
* table showing, with pad.
* rails multiple layout
 
* better manifest creating
 
* better bin/ludy support
 
* refactor tasks...
* make switch between template engine easier
 
* <del>rails paginator, change model class, change opts...</del>