Ruby2ruby 2.1.2 Released

ruby2ruby version 2.1.2 has been released!

ruby2ruby provides a means of generating pure ruby code easily from
RubyParser compatible Sexps. This makes making dynamic language
processors in ruby easier than ever!

Changes:

2.1.2 / 2014-08-28

  • 1 bug fix:

    • Fixed readme to point out that deep_clone may be needed. (heathd)

On 28/08/2014 23:37, Ryan D. wrote:

2.1.2 / 2014-08-28

  • 1 bug fix:

    • Fixed readme to point out that deep_clone may be needed. (heathd)

Does this mean we can someday have a decent Ruby Lisp/Clojure like
Python has with Hy? Is this actually generating the equivalent of an
AST?

gvim