I've read that Ruby has inherited many features from Lisp.
What features does Ruby have that likely have a Lisp heritage?
I've read that Ruby has inherited many features from Lisp.
What features does Ruby have that likely have a Lisp heritage?
This is a good read: http://www.randomhacks.net/articles/2005/12/03/why-ruby-is-an-acceptable-lisp
And lambdas are a direct parallel: http://snippets.dzone.com/posts/show/6770
Lambdas, continuations and list comprehensions are probably the top three.