March 16, 2001, 9:19 AM —
REBOL is a proprietary scripting computing language invented by Carl Sassenrath, founder and CTO of REBOL Technologies of northern California. This week, we'll look at the progress that REBOL and its language have made in the last six months, and their future prospects.
Not just another language
Regular Expressions subjects seem to fall into two extreme categories. One category contains subjects with a single, simple idea accompanied by technical details. PyQt, for instance, is Qt bound to Python. The content of this kind of article fits in the headline; the body contains the who, what, and where: licensing, release dates, name, places, and so on.
The other category consists of topics that require considerable context. For example, to write about how exception handling is qualitatively different for scripting languages, you must have a good background in scripting, exception abstractions, and subtleties of syntax and semantics just to express the main point.
REBOL is in the latter category. Newcomers typically need to learn a lot before they understand REBOL. For now, concentrate on three keywords: technology, tool, and product.
Sassenrath's technologic vision
Our three previous columns that focused on REBOL emphasized that most of the credit for REBOL's technology goes to Sassenrath. REBOL's executives all have deep industry experience, but Sassenrath is the celebrity, mostly for his design and implementation of the Amiga OS. REBOL combines ideas that appeared in Amiga with other insights Sassenrath has been cultivating for up to 20 years.
The result is a messaging language that is succinct, quick to learn, and almost heroically portable. (REBOL works as universally as Java is supposed to: on BeOS for PPC, Open VMS, Amiga, MPE/iX, and dozens of other platforms.) It is also, as Australian developer Allen Kamp exults, "more fun" than anything in the last 20 years. REBOL knows about the most important networking technologies, and is designed for readability. This makes for compelling one-liners, such as:
do ftp://ftp.rebol.com/hello.r
This retrieves the hello.r REBOL script from the ftp.rebol.com FTP server and executes it as a local application. REBOL incorporates knowledge of HTML, networking protocols, and email, as well as the usual data and control structures.
The real excitement, though, comes from applications that are more than just illustrative samples. Sassenrath encapsulates his ideas on source development and reuse in REBOL's dialecting mechanism. In a manner reminiscent of List Processing (Lisp) or Forth, it's good REBOL style to extend the base language with domain-specific jargon that precisely expresses a solution. That's a dialect.
REBOL Technologies offers several dialects. REBOL/View is a GUI toolkit that's proved surprisingly popular and has several applications in production. REBOL/Serve manages the publication and distribution of information within an organization. The catalogue of dialects expands each month.
What's new
Almost all of the aforementioned features were in place by 1998. Since then, REBOL has been largely successful and has generally delivered on its promises to developers.
The company is now releasing a few important changes. In early autumn, the REBOL core will take on three of the most important enhancements since REBOL's first release:
- Shell access to external processes
- Simplified database-management system communication, starting with Open Database Connectivity (ODBC) and Oracle interfaces
- In-process connections to foreign libraries
Sassenrath has also been refining REBOL/View. He said proudly, "I really have strong feelings about it. It's the easiest way on the planet to create a [graphical] user interface. The power of dialecting in user interface systems is quite exciting."
Technically, then, REBOL is a hit: it has happy users, enough vitality to grow according to their needs, plenty of real-life applications, an interesting syntax, and even its own magazine, REBOL Forces. But is it sustainable?
Who's paying for all this?
Remember, REBOL is a proprietary language. Its long-term future depends on REBOL Technologies's revenue.













