Thanks; glad to know the lib's working well. It'll be interesting to see 
how Clojure semantics like immutability, closures, and programming with 
values start to take hold in more languages and tools.

On Monday, April 29, 2013 3:57:04 PM UTC-7, Gavin Grover wrote:
>
> Armando, I intend to keep Grojure as single-pass, unlike what you did with 
> Eisen, so people can easily see a matchup between the Kern combinators and 
> the Clojure macros when looking at the source. I still need to reduce the 
> (at times) exponential backtracking a lot so Grojure will become a more 
> performant showcase for Kern over time. I haven't found any bugs in Kern so 
> congratulations on that one.
>
> On Tuesday, April 30, 2013 1:42:06 AM UTC+8, Armando Blancas wrote:
>>
>> Nice work, Gavin. Grojure is a good example why Clojure is an excellent 
>> UNCOL for the JVM, so some of us will depend less on the ASM lib. Your 
>> parser illustrates how to use grammar actions for writing a very compact 
>> one-pass translator; pretty cool.
>>
>> On Sunday, April 28, 2013 9:41:00 PM UTC-7, Gavin Grover wrote:
>>>
>>> Grojure is a Java/C#/Groovy-like syntax atop Clojure using the Kern 
>>> parser combinator library. It's also of interest as an example grammar for 
>>> those using Kern to build their own grammars.
>>>
>>> Available from https://github.com/gavingroovygrover/grojure
>>>
>>> Gavin "Groovy" Grover
>>>
>>>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to