So I thought I'd post my own response to Obie Fernandez's stupid-ass rant about how Ruby is better than Java on a point-by-point basis:
- Compilers are great - it touches all the parts of your code to at least superficially make sure what you've written is realistic. In Ruby, you never ever know if s…