Live data from Hacker News

μLithp - a Lisp in 27 lines of Ruby

fogus.github.com

1–10 of 104 posts

Re: μLithp - a Lisp in 27 lines of Ruby

#3
I think this is a neat project and a nice demonstration of how Lisp-influenced Ruby is.

However, whenever people post "Lisp in Ruby" stories, I always hope that it'll be a "Clojure in Ruby" implementation. I am surprised no-one has done it yet.

Re: μLithp - a Lisp in 27 lines of Ruby

#5
post #3

I think this is a neat project and a nice demonstration of how Lisp-influenced Ruby is. However, whenever people post "Lisp in Ruby" stories, I always hope that it'll be a "Clojure in Ruby" implementation. I am surprised no-one has done it yet.

Apart from using the JVM, what is the advantage of Clojure over other Lisp dialects?

Re: μLithp - a Lisp in 27 lines of Ruby

#7
post #2

Is it normal that I don't have the slightest idea what I'm reading here, or is it just me?

If you don't know what Lisp is, and are a programmer, it's high time to go read about its basic principles.

Lisp is very simple and very powerful. Those who don't learn it are doomed to reinvent it, badly (cough XSLT cough).

Re: μLithp - a Lisp in 27 lines of Ruby

#10
post #3

I think this is a neat project and a nice demonstration of how Lisp-influenced Ruby is. However, whenever people post "Lisp in Ruby" stories, I always hope that it'll be a "Clojure in Ruby" implementation. I am surprised no-one has done it yet.

Why would anyone? Clojure runs on the JVM which supports native os threads, concurrent garbage collection, etc, for one thing. Different tools for different purposes.
Post reply on HN