Thread: ruby?
View Single Post
Old 01-08-2004, 09:48 AM   #3 (permalink)
ender
Code Monkey
 
ender's Avatar
 
Join Date: Mar 2003
Location: Evansville, IN
Posts: 75
ender is on a distinguished road
Send a message via AIM to ender Send a message via Yahoo to ender
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();
ender is offline   Reply With Quote