Factor (programming language)

This is an old revision of this page, as edited by LittleDan (talk | contribs) at 18:04, 17 April 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Factor is a concatenative programming language designed and implemented by Slava Pestov.

Factor's main influences are Joy, FORTH, and Lisp.

Some of its key features include:

Historically, there have been two implementations of Factor: a Java implementation and a C implementation. Both have an interpreter and a compiler. The Java version has been abandoned because it is much slower and less flexible than the C one.

Factor's website