New library: storable functions

Discussion of Common Lisp
Post Reply
gugamilare
Posts: 406
Joined: Sat Mar 07, 2009 6:17 pm
Location: Brazil
Contact:

New library: storable functions

Post by gugamilare » Thu Mar 12, 2009 3:04 pm

If anyone ever feel the need to dynamically store functions (including closures) into files, take a look at

http://wiki.github.com/gugamilare/storable-functions.

Currently, only cl-store is supported, but if anyone want support to another serialization library (rucksack? elephant?), just ask me (in this case, help would be appreciated for sure).

Harleqin
Posts: 71
Joined: Wed Dec 17, 2008 5:18 am
Location: Bonn, Germany

Re: New library: storable functions

Post by Harleqin » Thu Mar 12, 2009 6:33 pm

Looks very nice!

If you allow me one remark, though: A ship can be "off course", which means that it doesn't follow the course it should. The term you could describe with "naturally" is spelled "of course". This just jumps out because your english is quite good, otherwise.
"Just throw more hardware at it" is the root of all evil.
Svante

gugamilare
Posts: 406
Joined: Sat Mar 07, 2009 6:17 pm
Location: Brazil
Contact:

Re: New library: storable functions

Post by gugamilare » Fri Mar 13, 2009 8:42 am

Harleqin wrote:Looks very nice!

If you allow me one remark, though: A ship can be "off course", which means that it doesn't follow the course it should. The term you could describe with "naturally" is spelled "of course". This just jumps out because your english is quite good, otherwise.
Thank you for the hint, already fixed. And, about my English, it's not still perfect yet, but I am getting there.

Post Reply