| I did a 10 page report on this language for my CS class last semester. You can read it if you want... It goes in deeper than I would have wanted for any langauge. Just ask and it shall be posted (where you can d/l it).
Ruby is basically Python and Perl mixed into a Smalltalk object system. For instance, you still have regular expressions like perl, but the object oriented stuff of python. But since EVERYTHING is a class, it takes after smalltalk in that manner.
- Ted
__________________ while(1) fork(); |