Re: ANN: syntax-rules

2011-01-03 Thread Brian Goslinga
On Jan 3, 7:44 am, Mark wrote: > One of the stmbling blocks I find as a Clojure newbie are syntax > errors working with core library macros.  The error messaeges aren't > always descriptive.  What are the chances that core macros could be > rewriiten using a future version on defsyntax to help wit

Re: ANN: syntax-rules

2011-01-03 Thread Mark
One of the stmbling blocks I find as a Clojure newbie are syntax errors working with core library macros. The error messaeges aren't always descriptive. What are the chances that core macros could be rewriiten using a future version on defsyntax to help with this problem? On Jan 2, 11:57 am, Bri

Re: ANN: syntax-rules

2011-01-02 Thread Konrad Hinsen
On 2 Jan 2011, at 20:57, Brian Goslinga wrote: I have released version 1.0.0-alpha1 of my syntax-rules library: http://clojars.org/org.clojars.qbg/syntax-rules. This library is also on Github: https://github.com/qbg/syntax-rules Excellent, thanks! Ever since I saw a paper on syntax-rules in Sc

Re: ANN: syntax-rules

2011-01-02 Thread Sunil S Nandihalli
really nice .. I used to wonder why nobody had already written something like this for clojure.. after I found out that scheme had all this.. Will definitely check it out.. :) Sunil. On Mon, Jan 3, 2011 at 1:27 AM, Brian Goslinga wrote: > I have released version 1.0.0-alpha1 of my syntax-rules li

ANN: syntax-rules

2011-01-02 Thread Brian Goslinga
I have released version 1.0.0-alpha1 of my syntax-rules library: http://clojars.org/org.clojars.qbg/syntax-rules. This library is also on Github: https://github.com/qbg/syntax-rules This library seeks to address two sources of incidental complexity when writing macros in Clojure using defmacro: pa