Thought I would share an e-mail I recently sent in response to an article written about REBOL at the URL below. It's what I see hapening with the REBOL language. I admit it's a bit windy, but it's a subject (and language) that are important to me. If you note any conceptual mistakes I may have made in my analysis to the author, please let me know.
Main article:
http://www.newarchitectmag.com/documents/s=2457/new1015630100801/index.html
Response:
Hi Kurt,
It's good to see more articles on REBOL. Carl Sassenrath has built a
language that I really believe can easily compete with .NET and Java. The main problem that I see with the language is also it's most powerful feature; it's high self-extensibility. Thus, the more one extends and changes the language, especially when built up from the core language, the more it deviates into a new, non-standard implementation, at least as far as I can see. eg. Want a different visual interface dialect? No problem. Extend the language and build it yourself. It's no longer the standard VID, but it's still technically "legal" REBOL. It ultimately suffers from the same
problem as Forth. (Which, incidently, I believe Carl used as a base for REBOL. I asked him about it, and received my answer via an expected lack of reply. Thus I'm trying to duplicate REBOL, using Forth, to satisfy my hypothesis. Note: Not to compete with him, but to ensure REBOL is not lost for good.) A common saying in the Forth community is that "once you've seen one [implementation of] Forth, you've seen one Forth". That's because, even with an ANSI standard, it is so flexible, even to the point of changing the kernel itself, that it leads to something completely non-standard the further you build on it. I can see this happening with REBOL, and told Carl
as much. I believe he feels the same, and is therefore leery of
open-sourcing it. Frankly, he's been saying he'd eventually open-source REBOL since 1997, and I really don't see him doing it at any time in the future. Period. I think he'd rather let his baby die then relinquish control of it. That's the feeling I've gotten from him, right or wrong. I've also kept an eye on his company for some time now, and if you look closely at his website, it becomes apparent he hasn't made much, if any, market penetration. Even his partnering with Morpheus will not boost REBOL, as Morpheus is currently having problems sustaining itself in the competitive
world of P2P networking. He has a great product, but really doesn't know where to take it, or how to market it. The longer he stays in this stasis, the harder it's going to persuade people to switch over from, or use in conjunction with, Python and other open-source languages, especially due to REBOL's unusual language structure. What Carl should do is what I will do, if my "REBOL is extended Forth" hypothesis is correct and workable: Use Guido van Rossum's highly effective style of maintaining decisive control over core implementation of an open-source language.
Well, that's about it. Thanks for reading my rant :) You did read it, didn't you? ;) Hehe... Feel free to correspond on this, or to share this with Carl. He can use the help.
Sincerely,
Brian Lee.
|