On 5/23/06, James Britt <james_b / neurogami.com> wrote: > Topher Cyll has written an outstanding article for Ruby Code & Style[0]. > > "If It's Not Nailed Down, Steal It: Pattern Matching, S-Expressions, and > Domain Specific Languages in Ruby." Not a comment on the article yet, as I haven't got that far in (what I've seen so far, looks great, though!). I did notice however that the something in the formatting engine is messing with some of the code samples. For example, a line that I assume should look like this: return 1 if n == 0 || n == 1 Looks instead like this: return 1 if n 0 || n 1 Just FYI... Jacob Fugal