<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-7638404154269297868.post1823704853211124735..comments</id><updated>2008-07-12T20:48:47.420-05:00</updated><title type='text'>Comments on collect {thoughts}: Ruby and Macros: An Experiment</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.drewolson.org/feeds/1823704853211124735/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7638404154269297868/1823704853211124735/comments/default'/><link rel='alternate' type='text/html' href='http://blog.drewolson.org/2008/06/ruby-and-macros-experiment.html'/><author><name>drew olson</name><uri>http://www.blogger.com/profile/05841768484212409868</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7638404154269297868.post-7813990331148762534</id><published>2008-07-12T19:32:00.000-05:00</published><updated>2008-07-12T19:32:00.000-05:00</updated><title type='text'>Speaking of Ruby 1.9, I understand that parsing a ...</title><content type='html'>Speaking of Ruby 1.9, I understand that parsing a block or proc into sexps (and from there to ruby in Ruby2Ruby) goes away in Ruby 1.9 as well.&lt;BR/&gt;&lt;BR/&gt;On the other hand, Rubinius is working hard to support sexps being available at run time, so perhaps the syntactic abstraction progress will move away from MRI.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7638404154269297868/1823704853211124735/comments/default/7813990331148762534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7638404154269297868/1823704853211124735/comments/default/7813990331148762534'/><link rel='alternate' type='text/html' href='http://blog.drewolson.org/2008/06/ruby-and-macros-experiment.html?showComment=1215909120000#c7813990331148762534' title=''/><author><name>Reginald Braithwaite</name><uri>http://www.blogger.com/profile/13132345822387028437</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.drewolson.org/2008/06/ruby-and-macros-experiment.html' ref='tag:blogger.com,1999:blog-7638404154269297868.post-1823704853211124735' source='http://www.blogger.com/feeds/7638404154269297868/posts/default/1823704853211124735' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7638404154269297868.post-4090841620058381816</id><published>2008-07-11T14:48:00.000-05:00</published><updated>2008-07-11T14:48:00.000-05:00</updated><title type='text'>As you've noted, this unfortunately doesn't give y...</title><content type='html'>As you've noted, this unfortunately doesn't give you the full power to define new syntax constructs with new eval rules, but I guess it could be useful in a few cases.&lt;BR/&gt;&lt;BR/&gt;Also, the example "with" macro takes advantage of a bug in Ruby 1.8 where block-local variables outlive the scope of the block, so this won't work in 1.9.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7638404154269297868/1823704853211124735/comments/default/4090841620058381816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7638404154269297868/1823704853211124735/comments/default/4090841620058381816'/><link rel='alternate' type='text/html' href='http://blog.drewolson.org/2008/06/ruby-and-macros-experiment.html?showComment=1215805680000#c4090841620058381816' title=''/><author><name>Phil</name><uri>http://www.blogger.com/profile/12517691336187602116</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.drewolson.org/2008/06/ruby-and-macros-experiment.html' ref='tag:blogger.com,1999:blog-7638404154269297868.post-1823704853211124735' source='http://www.blogger.com/feeds/7638404154269297868/posts/default/1823704853211124735' type='text/html'/></entry></feed>