From: Ryan Davis Date: 2005-02-15T10:52:14+09:00 Subject: Re: ParseTree 1.3.4 Released On Feb 10, 2005, at 2:25 AM, George Moschovitis wrote: > thanks for your efforts with ParseTree. I was wondering if one could > implement a Lisp style macro system for Ruby using your library. What > do you think? Hrm. I don't have the ability to put the modified AST back into ruby... but you might be able to fake it using ruby2ruby and evaling back into the class... :/ > ps: I am really amazed at the latest developments in Ruby Land > (ParseTree, RubyInline, RubyToC, Yarv, etc...) Great time to be a Ruby > hacker :) thanks!