I've uploaded the first beta of Retro 11.0 to
http://retroforth.org/beta/retro-11.0_beta1.tar.gz
(md5sum is 5e4fe38de79deac48872d83f22dfded1)
This includes the stable ngaro implementations, core source, standard
image, libraries, documentation, test suite, and various examples from
the playground fossil.
There's a top-level Makefile that will setup the C, Python, or Ruby VM
implementations, a copy of the image, and a symlink to the library.
This defaults to using *clang* as the C compiler; if you need to use
something else (it's tested with gcc, tcc, and pcc as well), pass
*CC=whatever* on the command line. E.g.,
::
make c CC=gcc
Thoughts, comments, and bug reports are welcome.
-- crc