users/frideau/fare-memoization.git
10 months agoChange the semantics of NORMALIZATION. master
Francois-Rene Rideau [Fri, 13 Jul 2012 20:17:23 +0000] 
Change the semantics of NORMALIZATION.
It now calls a continuation instead of return a new LIST.
Therefore the new meaning of NIL is APPLY, not LIST or IDENTITY.

12 months agoDocument unmemoize-1.
Francois-Rene Rideau [Sun, 22 Apr 2012 22:38:50 +0000] 
Document unmemoize-1.

12 months agoAdd unmemoize-1 function to remove one entry from a memoization cache.
Francois-Rene Rideau [Sun, 22 Apr 2012 22:31:30 +0000] 
Add unmemoize-1 function to remove one entry from a memoization cache.
Thanks to Paul Sexton.

14 months agoAdd MIT license, copyright me.
Francois-Rene Rideau [Thu, 8 Mar 2012 23:32:17 +0000] 
Add MIT license, copyright me.

14 months agoTweak system description
Francois-Rene Rideau [Sat, 3 Mar 2012 20:55:07 +0000] 
Tweak system description

14 months agoAdding a build.xcvb, and minor tweaks.
Francois-Rene Rideau [Sat, 3 Mar 2012 17:47:29 +0000] 
Adding a build.xcvb, and minor tweaks.

14 months agoTook fare-memoization out of fare-utils, refined the API, documented it, added tests.
Francois-Rene Rideau [Sat, 3 Mar 2012 17:13:12 +0000] 
Took fare-memoization out of fare-utils, refined the API, documented it, added tests.