Rouge

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 to see how (in)complete it is. :slight_smile:

I’d love it if you gave it a try, and let me know your thoughts and
feedback. Even more than that, I’d love your contributions! Clojure is
a beautiful language, and I’m really happy to be able to combine it with
my other favourite language, Ruby.

There’s a long TODO list, but the functional core is already well
underway.

Cheers,

Arlen

Hi again,

On Monday, 15 October 2012 at 8:57 AM, Arlen C. wrote:

https://github.com/unnali/rouge#readme
As a follow-up to this, there’s now a Google Group mailing list:
Redirecting to Google Groups

Thanks for your interest!

—Arlen

On Fri, Oct 19, 2012 at 03:05:09PM +0900, Arlen C. wrote:

Hi again,

On Monday, 15 October 2012 at 8:57 AM, Arlen C. wrote:

https://github.com/unnali/rouge#readme
As a follow-up to this, there’s now a Google Group mailing list:
Redirecting to Google Groups

Thanks for your interest!

I’ve joined, though I’m really really bad at keeping up with things on
google groups, so there’s no guarantee I’ll actually notice any
activity.

Hi again (!),

As a hopefully final (!?) follow-up to this post, you can now play with
Rouge online in a Try Ruby-like environment: http://try.rouge.io (with
much inspiration gleaned from _why’s original :-))

Cheers,

Arlen