REBOL View 1.3
REBOL View 1.3
If you want to try something completely different then give REBOL View 1.3 a spin.
http://www.rebol.com/news/rt5610.html
Like PureBasic, REBOL has its roots in the amiga: Rebol's creator, Carl Sassenrath, was the architect of the original Amiga OS.
The Amiga sensability show through in REBOL so there is much to the PBers liking. For example, the whole thing is just a 635kb download. This isn't just a Demo, it is the whole environment with everything you'll need.
Theres no need to install, either. The whole thing will just run from the exe.
It makes a great complement to PBs low level abilities.
http://www.rebol.com/bio-carl.html [1]
http://www.rebol.com/news/rt5610.html
Like PureBasic, REBOL has its roots in the amiga: Rebol's creator, Carl Sassenrath, was the architect of the original Amiga OS.
The Amiga sensability show through in REBOL so there is much to the PBers liking. For example, the whole thing is just a 635kb download. This isn't just a Demo, it is the whole environment with everything you'll need.
Theres no need to install, either. The whole thing will just run from the exe.
It makes a great complement to PBs low level abilities.
http://www.rebol.com/bio-carl.html [1]
Looks like it can get awefully expensive. On this page (http://www.rebol.com/ios-intro.html) it says:
IOS products / price:
IOS Express - Works through your existing web server. The system operates completely within your organization. Express costs $2,000 which includes IOS Serve and 10 Link users. Additional users are $100 each with discounts for systems of 30 or more users. Users can install the Link client on as many systems as they wish. The Serve is provided on the platform of your choice, the Link client is shipped for both Windows and Linux. Other client platforms are available on a custom basis. Sixty days of support is included with purchase.
IOS Alliance - A support program for commercial developers via a direct IOS connection to REBOL Technologies. Please contact us for more information.
-
dell_jockey
- Enthusiast

- Posts: 767
- Joined: Sat Jan 24, 2004 6:56 pm
The core rebol product is free, as is REBOL View.
You can distibute REBOL applications for free, but the other user must download the REBOL environment themselves and the source is accessible.
For a couple of hundred dollars you can buy the SDK, which will allow you to compile standalone encrypted executables.
The IOS is an application that uses REBOL, and is aimed at large organisations. This is why it is so expensive.
You can distibute REBOL applications for free, but the other user must download the REBOL environment themselves and the source is accessible.
For a couple of hundred dollars you can buy the SDK, which will allow you to compile standalone encrypted executables.
The IOS is an application that uses REBOL, and is aimed at large organisations. This is why it is so expensive.
Hi GedB,
Just briefly browsed through the Rebol site. Interesting (and interesting syntax). And some pretty extensive abilities!
Don't have time to do a thorough looksee right now, but was interested to see if it handled DLLs. Couldn't find any ref to that .. so .. sorry to bug you with this .. but can it?
Thanks.
Just briefly browsed through the Rebol site. Interesting (and interesting syntax). And some pretty extensive abilities!
Don't have time to do a thorough looksee right now, but was interested to see if it handled DLLs. Couldn't find any ref to that .. so .. sorry to bug you with this .. but can it?
Thanks.
@}--`--,-- A rose by any other name ..
Good question.
The external library interface is part of the command product, which is one of the expensive premium verisons:
http://www.rebol.com/docs/library.html
http://www.rebol.net/article/0141.html
http://www.rebol.com/command.html
The interesting thing is that this feature appears to be included in basic package for View 1.3.
The external library interface is part of the command product, which is one of the expensive premium verisons:
http://www.rebol.com/docs/library.html
http://www.rebol.net/article/0141.html
http://www.rebol.com/command.html
The interesting thing is that this feature appears to be included in basic package for View 1.3.
Tcl/Tk
If you guys are interested in REBOL, you should really check out Tcl/Tk instead:
http://www.tcl.tk
Free downloads: http://www.activestate.com/Products/ActiveTcl/
Open source, very deep (feature-wise), stable, cross-platform, etc. And for distributing your application as a single-executable with the interpreter, there's Starkits:
http://www.equi4.com/starkit.html
Available on lots of platforms: http://www.equi4.com/pub/tk/downloads.html
For you SQLite lovers, SQLite works best with Tcl/Tk:
http://www.tcl.tk/community/tcl2004/Pap ... p/drh.html
http://www.tcl.tk
Free downloads: http://www.activestate.com/Products/ActiveTcl/
Open source, very deep (feature-wise), stable, cross-platform, etc. And for distributing your application as a single-executable with the interpreter, there's Starkits:
http://www.equi4.com/starkit.html
Available on lots of platforms: http://www.equi4.com/pub/tk/downloads.html
For you SQLite lovers, SQLite works best with Tcl/Tk:
http://www.tcl.tk/community/tcl2004/Pap ... p/drh.html

