Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Rebol Might Be the Language for the Rest of Us


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 [email protected] 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 Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.