2017-10-16 18:09:39 +02:00
|
|
|
____ ____ ______ ____ ___
|
|
|
|
|| \\ || | || | || \\ // \\
|
|
|
|
||_// ||== || ||_// (( ))
|
|
|
|
|| \\ ||___ || || \\ \\_//
|
|
|
|
a personal, minimalistic forth
|
|
|
|
|
|
|
|
## Background
|
|
|
|
|
|
|
|
RETRO is a Forth dialect drawing influences from many sources. It uses
|
|
|
|
some, but not all of Chuck Moore's newer ideas. It's clean, elegant,
|
|
|
|
and tiny. It may not have many features, and it may not be particularly
|
|
|
|
useful by itself, but it's easy to grasp and easily adapted to various
|
|
|
|
uses.
|
|
|
|
|
|
|
|
This is the twelfth generation of the language and related programming
|
|
|
|
environment. It is a fresh start and is not compatible with the
|
|
|
|
previous generation.
|
|
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
2017-10-17 02:55:31 +02:00
|
|
|
For FreeBSD, macOS, Linux:
|
2017-10-16 18:09:39 +02:00
|
|
|
|
|
|
|
make
|
2017-10-17 02:55:31 +02:00
|
|
|
cd bin && ./listener
|