Posted: Sun Feb 08, 2009 12:38 pm Post subject: REBOL 3 Alpha 33 for GNU/Linux
Compiled for Fedora, but it works on my Debian/Lenny based edition (almost) just fine.
code:
$ wget http://www.rebol.com/r3/downloads/r3-core-a33-p421.gz
$ gunzip r3-core-a33-p421.gz
$ chmod u+x r3-core-a33-p421
$ rlwrap ./r3-core-a33-p421
or
$ ./r3-core-a33-p421
if you don't need or want console readline features
By the by; the Chat function is not accepting new users quite yet. And on my system, CALL isn't functional, which breaks the BROWSE native! and a few other features, but the core functions are there. Now, if we get module! and task! then we'll be on our way to a fully functional hostable environment. Embedable REBOL is just around the corner. Woohoo. OpenCOBOL with REBOL scripting ... life is going to be sweet and one kick-ass development system is now on the visible horizon.