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


Release Notes: 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.


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


Release Notes: 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.