|
Revision 75, 1.0 kB
(checked in by volker, 2 years ago)
|
test undone
|
| Line | |
|---|
| 1 |
ORCA v0.0.24 README |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
OVERVIEW |
|---|
| 5 |
-------- |
|---|
| 6 |
|
|---|
| 7 |
Orca is a REBOL-like interpreter which can be used under the terms of either |
|---|
| 8 |
the GPL or LGPL. |
|---|
| 9 |
|
|---|
| 10 |
The interpreter is a C library so that C/C++ applications can use Orca as an |
|---|
| 11 |
embedded scripting system. |
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
STATUS |
|---|
| 15 |
------ |
|---|
| 16 |
|
|---|
| 17 |
Orca is under development. Most of the core is complete but many functions |
|---|
| 18 |
and natives are not implemented so only simple scripts can be run. About 50% |
|---|
| 19 |
of natives have some implementation. |
|---|
| 20 |
|
|---|
| 21 |
The scripts in the tests/working/ directory run on both Orca and REBOL |
|---|
| 22 |
Core 2.6.0. |
|---|
| 23 |
|
|---|
| 24 |
The library name will have to be changed at some point as there is a already |
|---|
| 25 |
an Orca language. |
|---|
| 26 |
|
|---|
| 27 |
See the ChangeLog and TODO for details. |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
COMPILING |
|---|
| 31 |
--------- |
|---|
| 32 |
|
|---|
| 33 |
The m2 REBOL script (http://wsrebol.sf.net) is used to build a Makefile from |
|---|
| 34 |
project.r. |
|---|
| 35 |
|
|---|
| 36 |
Once the Makefile is built just type 'make'. |
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 |
AUTHORS |
|---|
| 40 |
------- |
|---|
| 41 |
|
|---|
| 42 |
Karl Robillard <wickedsmoke@users.sf.net> |
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
CREDITS |
|---|
| 46 |
------- |
|---|
| 47 |
|
|---|
| 48 |
Jorge Acereda - Portability improvements |
|---|
| 49 |
Jaime Vargas - Project infrastructure, Tuple improvements |
|---|
| 50 |
|
|---|