Thune

Thune is an experimental interpreted language mixing ideas from Forth and Rebol.

Thune Topics

Binaries

Linux packages are available here.

Obtaining the Source

Use Subversion to checkout the latest code as follows:

svn co svn://svn.geekisp.com/orca/trunk/thune

Compiling

On UNIX systems you can type the following:

./configure
make

You will need CMake or the m2 REBOL script to build a Makefile.

You can check out m2 from svn://svn.geekisp.com/orca/trunk/m2.

Once the Makefile is built just type 'make'.