FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
January 01, 2002
Rebol Might Be the Language for the Rest of Us

Derrick Story

WebReview.com: Rebol Might Be the Language for the Rest of Us

Web developers depend on scripting languages to automate things. To this end, those snippets of code we see embedded everywhere are often the technological equivalent to man's best friend—that is if you own a leash and know how to say, "sit."

I'm sure I'm not the first guy to copy a piece of public code that "sort of" does what I want, then muck around with it for hours in a torturous game of trial and error, only to emerge with it finally performing the task, without me knowing how. When folks say, "Don't touch that code!" you know what they really mean. They're saying that if you break the code they copied, they haven't a clue how to ever get it working again.

The truly sad part of this story is that most of the tasks that we want these scripts to accomplish are relatively simple. Quite honestly, if I can convince the computer to take just one boring job off my hands a day, I'd just as soon use the time to catch up on my reading. It seems a shame that I have to sweat all those symbols between the brackets just to do something as simple as automating the process of sending the company web page to my boss once a day.

For those of you who have mastered Perl, Python, Javascript and others, I tip my hat. You impress me the same way folks who can speak five languages impress me. I speak one and a half languages and couldn't write a line of Perl if my life depended on it. But the first time I looked at a line of Rebol code, I knew what it meant.

Rebol, Relative Expression-Based Object Language, was designed by Carl Sassenrath and quietly released to the world in 1998. It's free to everyone and works on just about any platform you can name.

I met Mr. Sassenrath earlier this year and was impressed by his love of language. This is not so unusual for someone who designs code, but he actually designed code that read, well, like words. English words.

Of course there are limitations to this approach. But, we all know that so many of the tasks requiring scripts are simple tasks. For example, if I wanted to send this article to my dad via e-mail, the Rebol script would read:
send dad@aol.com read http://webreview.com/1999/08/27/feature/index.html
The hardest part of writing that code was typing the URL.

If this strikes a chord with you, then you should read our feature article, "Why Rebol Matters," by Michael Swaine. We ask the question, "Why does the world need another programming language?" Swaine gives us a number of good answers to that question.

I'd like to add just one more reason: We still need a multiple platform, inexpensive scripting language that enables folks like me to write code from scratch. I don't know about the rest of you, but I'm tired of cutting and pasting things I don't understand.


Why Rebol Matters
Rebol shows its colors as a scripting language alternative.

RELATED ARTICLES
No Related Articles
TOP 5 ARTICLES
No Top Articles.
DR. DOBB'S CAREER CENTER
Ready to take that job and shove it? open | close
Search jobs on Dr. Dobb's TechCareers
Function:

Keyword(s):

State:  
  • Post Your Resume
  • Employers Area
  • News & Features
  • Blogs & Forums
  • Career Resources

    Browse By:
    Location | Employer | City
  • Most Recent Posts:
    MEDIA CENTER  more
    NetSeminar
    Modernize your Development by Moving Build and Code Quality Upstream
    Moderated by Jon Erickson, Editor-in-Chief of Dr. Dobb's, this interactive panel discussion brings industry experts Anders Wallgren, CTO of Electric Cloud and Gwyn Fisher, CTO of Klocwork together for a candid discussion of the cost savings, productivity and quality benefits that can be achieved by stabilizing builds and code quality as early in the development cycle as possible.

    The reality of today's development environment - geographically distributed teams, the use of Agile development practices, increasing application complexity, etc. - is straining the viability of the traditional coding, build and release process. To stay ahead of the curve, development teams are modernizing their approach to dealing with these issues, and as a result are achieving new levels of development productivity. Register for the webcast.
    Date: Wednesday, July 15, 2009
    Time: 11 am PT/2 pm ET
    Modernize your Development by Moving Build and Code Quality Upstream
    Moderated by Jon Erickson, Editor-in-Chief of Dr. Dobb's, this interactive panel discussion brings industry experts Anders Wallgren, CTO of Electric Cloud and Gwyn Fisher, CTO of Klocwork together for a candid discussion of the cost savings, productivity and quality benefits that can be achieved by stabilizing builds and code quality as early in the development cycle as possible.

    The reality of today's development environment - geographically distributed teams, the use of Agile development practices, increasing application complexity, etc. - is straining the viability of the traditional coding, build and release process. To stay ahead of the curve, development teams are modernizing their approach to dealing with these issues, and as a result are achieving new levels of development productivity. Register for the webcast.
    Date: Wednesday, July 15, 2009
    Time: 11 am PT/2 pm ET
                                   
    INFO-LINK

    Resource Links: