473,320 Members | 2,124 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

what's wrong with REBOL?

I first came across rebol a while ago; it seemed interesting but then
i was put off by its proprietary nature, although the core of the
language is a free download.

Recently however, i can't help but say i was totally impressed. I
needed an open source wikiblog/wikilog, whatever you wanna call it,
basically a hybrid of a blog and a wiki. I checked out snipsnap, which
uses java, it was said on their site to be a clone of vanilla, a
wikilog written with rebol. I wanted an open source thing so i could
modify it to my needs.

snipsnap turned out to be, even apparent on the first day of use, way
too far from being mature and reliable, and although they said it
doesn't require a server, it required a download of the sun java sdk,
which, when installed, was well over 400Mbs of space on my hard drive.
Not to mention another over 100Mbs for the JVM.

So as i needed a mature enough solution, but liked the way snipsnap
worked, i looked around, and on freshmeat i found vanilla, with a
development status of 5; production/stable. I went to its site, where
a working demo impressed with its capabilities. The site is though
poorly documented, very poorly documented i had to use trial and error
to work out how to install it. Anyhow, what impressed me was that the
download, which was less than half a megabyte, installed vanilla,
which is the wikilog, an apache server, and the rebol interpreter,
which is the free download version. And it self-installed! It turned
out to be a very very capable wikilog, and highly extensible. I am
still amazed and impressed by it after a couple of days of use.

Rebol itself seemed a very easy to read language. Sorta like ho
readable SQL is. I might even say more readable than python or ruby,
or at least as readable.

I have the intention to learn it over the coming few days, at least to
customize vanilla to my needs.

So i ask you guys, what's wrong with Rebol? i mean other than it's
proprietary nature. 'cos anyway, there are many commercial IDEs for
open source languages, and if smitten enough i might even consider a
rebol SDK. It just amazes me for how readable it is, how much it seems
to enable to do with so little code, and the size and capability of
the final solution.

What's wrong with Rebol?
Jul 17 '05 #1
3 3766

"Mike Henley" <mn******@msn.com> wrote in message
news:60**************************@posting.google.c om...
I first came across rebol a while ago; it seemed interesting but then
i was put off by its proprietary nature, although the core of the
language is a free download.

Recently however, i can't help but say i was totally impressed. I
needed an open source wikiblog/wikilog, whatever you wanna call it,
basically a hybrid of a blog and a wiki. I checked out snipsnap, which
uses java, it was said on their site to be a clone of vanilla, a
wikilog written with rebol. I wanted an open source thing so i could
modify it to my needs.

snipsnap turned out to be, even apparent on the first day of use, way
too far from being mature and reliable, and although they said it
doesn't require a server, it required a download of the sun java sdk,
which, when installed, was well over 400Mbs of space on my hard drive.
Not to mention another over 100Mbs for the JVM.

So as i needed a mature enough solution, but liked the way snipsnap
worked, i looked around, and on freshmeat i found vanilla, with a
development status of 5; production/stable. I went to its site, where
a working demo impressed with its capabilities. The site is though
poorly documented, very poorly documented i had to use trial and error
to work out how to install it. Anyhow, what impressed me was that the
download, which was less than half a megabyte, installed vanilla,
which is the wikilog, an apache server, and the rebol interpreter,
which is the free download version. And it self-installed! It turned
out to be a very very capable wikilog, and highly extensible. I am
still amazed and impressed by it after a couple of days of use.

Rebol itself seemed a very easy to read language. Sorta like ho
readable SQL is. I might even say more readable than python or ruby,
or at least as readable.

I have the intention to learn it over the coming few days, at least to
customize vanilla to my needs.

So i ask you guys, what's wrong with Rebol? i mean other than it's
proprietary nature. 'cos anyway, there are many commercial IDEs for
open source languages, and if smitten enough i might even consider a
rebol SDK. It just amazes me for how readable it is, how much it seems
to enable to do with so little code, and the size and capability of
the final solution.

What's wrong with Rebol?


I don't know that there's anything "wrong" with it, other than
it's a special purpose language designed to fit in one niche,
and do its job well (at least in the eyes of its designers.)
I'm not about to download a humongous reference manual
to compare it with Python. If it serves your needs, go for it.

John Roth
Jul 17 '05 #2

"Mike Henley" <mn******@msn.com> wrote in message
news:60**************************@posting.google.c om...
So as i needed a mature enough solution, but liked the way snipsnap
worked, i looked around, and on freshmeat i found vanilla, with a
development status of 5; production/stable. I went to its site, where a working demo impressed with its capabilities. The site is though
poorly documented, very poorly documented i had to use trial and error to work out how to install it.
If you learned something that might help others, consider contributing
a writeup if you think (or find out) that site maintainers would
consider adding it.
What's wrong with Rebol?


It is not Python ;-) and I don't know what unmet need it would fill
for me. But your experience moved it up a bit on the list of
languages I might look at someday.

Terry J. Reedy
Jul 17 '05 #3
After takin a swig o' Arrakan spice grog, mn******@msn.com (Mike Henley) belched out...:
I first came across rebol a while ago; it seemed interesting but then
i was put off by its proprietary nature, although the core of the
language is a free download. ... much omitted ... What's wrong with Rebol?


"What's wrong" is that 'proprietary nature.' If I write code in Perl,
Python, or Ruby, I can be certain that I won't get bitten because of
someone pulling the rug out from under them.

I can't be certain in the same way of the perpetual availability of
REBOL.

Furthermore, if I am considering whether to build and contribute a
module to REBOL (where the user base is necessarily limited) or to
Perl/Python/Ruby, I'd be more inclined to do the latter. And so there
are LOTS of third party libraries for these other languages.
--
(reverse (concatenate 'string "moc.enworbbc" "@" "enworbbc"))
http://cbbrowne.com/info/linuxdistributions.html
Rules of the Evil Overlord #102. "I will not waste time making my
enemy's death look like an accident -- I'm not accountable to anyone
and my other enemies wouldn't believe it.
Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bill Cunningham | last post by:
I'm been trying to figure out PHP for a while now but I'm still not quite sure of it's purpose. It PHP and apache together for example, an application server? Is PHP more limited than languages...
3
by: Mike Henley | last post by:
I first came across rebol a while ago; it seemed interesting but then i was put off by its proprietary nature, although the core of the language is a free download. Recently however, i can't...
220
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have...
3
by: Rodrigo Benenson | last post by:
www.rebol.com Rebol offers a free (non-opensource) platform to devellop internet enabled application. It is a modern scripting language with objects, a huge list of base types and a very very...
0
by: D De Villiers | last post by:
Hello Tim, Do've an example on using Rebol to connect to mySQL via TCP/IP? How do you do it? How do you execute SQL quieries? Return results etc ? Do you use some kind of "middleware" that...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
5
by: titan0111 | last post by:
#include<iostream> #include<iomanip> #include<cstring> #include<fstream> using namespace std; class snowfall { private: int ft;
72
by: E. Robert Tisdale | last post by:
What makes a good C/C++ programmer? Would you be surprised if I told you that it has almost nothing to do with your knowledge of C or C++? There isn't much difference in productivity, for...
121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
13
by: Jason Huang | last post by:
Hi, Would someone explain the following coding more detail for me? What's the ( ) for? CurrentText = (TextBox)e.Item.Cells.Controls; Thanks. Jason
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.