-
Brian Landau
3.67
Description:
ParseTree allows taking any Ruby code and parsing it into an AST. This allows for two types of tools:
- Code analysis
- Custom DSL
We'll go through the power of the SexpProcessor class included with ParseTree and how they are made. We'll look at flog, ambition, and roodi and see what they offer us as Ruby developers. Finally, I'll turn our attention to see what the future has to offer with Ruby 1.9.1 and the included Ripper library.
Comments on this Talk
Have an account? Sign in.

The structure of the talk needs work. It jumped right into the details without giving a real motivation of why I should be interested.
It would have been better to start with the examples to give some motivation.
Also the presentation style was very low-energy. It takes some effort to hold the audience's attention.