public
Description: The Invocation Construction Kit: an ad hoc, informally-specified, bug-ridden, slow implementation of half of Monads.
Homepage:
Clone URL: git://github.com/raganwald/ick.git
nizze (author)
Tue Mar 24 05:26:25 -0700 2009
raganwald (committer)
Mon Apr 13 07:49:18 -0700 2009
ick / History.txt
100755 23 lines (20 sloc) 0.618 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
== 0.0.1 2008-03-07
 
* 1 major enhancement:
  * Initial super-alpha release
  * Not particularly good at nesting
* 2 minor enhancement:
  * Changed #with to #inside avoid confusion with Object#with
* 3 minor enhancement:
  * refactored Wrapped into Wrap with runtime options
  * added ArrayWrapper and Tee classes
* 4 tiny enhancement
  * fixed manifest.txt
  * TODO: build the manifest algorithmically!
* 5 tiny enhancement
  * #fork
* 6 tiny enhancement
  * work in progress on Advisor
* 7 minor enhancement
  * letn added experimentally
* 8 minor enhancement
  * letn changed to lets and now uses sexp rewriting