Re: Rouge: Ruby + Clojure

2012-10-19 Thread Arlen Christian Mart Cuss
Hi again, On Friday, October 12, 2012 10:40:28 PM UTC+11, Arlen Christian Mart Cuss wrote: > > https://github.com/unnali/rouge#readme > As an aside, I've set up a Google Group mailing list for discussion and announcements: https://groups.google.com/forum/#!forum/rouge-talk

Re: Rouge: Ruby + Clojure

2012-10-19 Thread Arlen Christian Mart Cuss
Hi Armando, On Wednesday, October 17, 2012 2:48:44 AM UTC+11, Armando Blancas wrote: > > Finally came around to install a recent Ruby build and ran a little test > script just to get a feel for the startup time. Looks good, though the > faster the merrier. That's a neat little check! It's enc

Re: Rouge: Ruby + Clojure

2012-10-19 Thread Arlen Christian Mart Cuss
On Wednesday, October 17, 2012 2:20:09 PM UTC+11, Brian Marick wrote: > hash.become(TimesliceShaped) > For the longest time I thought you were talking about the core Hash#become (Hash#replace since 2002!). I've since become acquainted with Stunted. :) That said, I'm a sucker for "non-OO"

Re: Rouge: Ruby + Clojure

2012-10-12 Thread Arlen Christian Mart Cuss
t; 1.8.24 > > On Friday, October 12, 2012 4:40:28 AM UTC-7, Arlen Christian Mart Cuss > wrote: >> >> Hi all, >> >> I'd like to announce Rouge, which is an implementation of Clojure on Ruby. >> >> https://github.com/unnali/rouge#readme >> >

Re: Intern a var from outside namespace

2012-10-12 Thread Arlen Christian Mart Cuss
On Friday, October 12, 2012 4:38:36 PM UTC+11, David Jacobs wrote: > Having a map leads to pretty bad syntax for what I'm trying to do. That's > why I want to metaprogram here. > > I want this ... > > (post/all api-key) > > … instead of this ... > > ((post/api :all) api-key) > I'm not sure, bu

Rouge: Ruby + Clojure

2012-10-12 Thread Arlen Christian Mart Cuss
Hi all, I'd like to announce Rouge, which is an implementation of Clojure on Ruby. https://github.com/unnali/rouge#readme The readme above shows example of some Rouge code, most of which is currently taken from the boot file of Rouge itself. The thing is fully TDDed, so you can read the specs