REBOL is a great programming language yet easy to learn and fun to use
How many lines will it take in your favorite programming language to write a script that sends to your friend a page from the internet?
In REBOL I use just one! Actually this one:
send myfriend@hisplace.com read http://www.cnn.com
Isn’t that great? Learn more at http://www.rebol.com/docs.html
