ORCA is an interpreter for a REBOL-like language. The interpreter is a C library so that C/C++ applications can use ORCA as an embedded scripting system. ORCA stands for Open-source Rebol Can be Achieved.
| Tags | Software Development Interpreters |
|---|---|
| Licenses | LGPL |
| Operating Systems | Mac OS X POSIX Windows Windows Cygwin Linux Solaris |
| Implementation | C Rebol |
Recent releases


Changes: This package release rolls up small bugfixes and enhancements that were made over more than a year. The source package is now easier to compile: the correct makefile for Syllable and Linux is already in place. The BZip2 library and its headers need to be available for compiling. Of course, it's easiest to use the binary package for Linux, which can be unzipped anywhere.


Changes: QUIT/RETURN has been implemented. There are bugfixes in DO and array implementation.


Changes: Most of the core is complete, but many functions and natives are not implemented, so only simple scripts can be run. About 50% of natives have some implementation.
A C library that lets you use strings instead of ints for internal flags.