Factor is a general purpose, dynamically typed, stack-based programming language.
Factor has an optimizing native compiler, automatic memory management with a generational garbage collector, a powerful collections library, and various advanced language features such as higher-order programming, continuations, and extensible syntax.
Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it has a rather complete manual.
Retro is an implementation of the Forth language. It is designed to be small and easy to work with, but not totally minimal. In Retro you'll find influences from many sources. It runs on a portable virtual machine emulating a MISC-based computer.
Om is an experimental high-level programming language with the goal of maximal simplicity. It is a concatenative, homoiconic, embeddable programming and algorithm notation language, implemented in C++, with minimal syntax (only three elements), prefix notation (whereby functions manipulate the
... [More] remainder of the program itself), and "panmorphic" typing (allowing programming without data types). [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy