Re: lib integrated into clojure namespace

2008-08-29 Thread Stuart Sierra
On Aug 28, 7:40 pm, Rich Hickey [EMAIL PROTECTED] wrote: I'm pleased to announce that Stephen C. Gilardi's lib code has been integrated into the clojure namespace and is included in boot.clj, as of SVN rev 1009. This means that use, require, and load-resources are now available by default.

Re: Binding dynamically created symbols in the lexical context.

2008-08-29 Thread budu
Thank you very much! Your trick worked and it even made me realize that the match-forms function is not even required. I've replaced it by a much more simple is-match? function and completely overhauled the match macro. Here's the new code with your corrections, some other improvements and an