ChuckJ's Blog Please read my disclaimer. It is better to be silent and thought a fool, than to speak and remove all doubt." -- Silvan Engel

...Removing All Doubt

Chuck Jazdzewski

The Expression Problem: The JRuby Interpreter

I previously discussed the expression problem could be solved with various patterns including the visitor pattern and using a procedural approach. It is interesting to note that JRuby used to use a visitor pattern but switched to a procedural approach to improve performance. You can read about it here. This is a side note in the article since what they want to do is convert Ruby to run as byte code similar to how JPython works.

10/25/2006 2:32 PM | Add comment | #Programming

Content © 2008 Chuck Jazdzewski | Subscribe to my RSS feed.

All source code above is usable under the Microsoft Permissive License (Ms-PL) unless otherwise specified in the containing entry.

Powered by BlogX