473,495 Members | 2,128 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 16 '05 #1
3 2352

"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 16 '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 16 '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 16 '05 #4

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

Similar topics

1
1819
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
3776
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
18799
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
1794
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
1797
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
14533
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...
72
5732
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
9898
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
4996
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
7120
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6991
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7196
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6878
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
4583
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3088
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
286
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.