Factor is a stack-oriented programming language created by Slava Pestov. Factor is dynamically typed and has automatic memory management, as well as powerful metaprogramming features. The language has a single implementation featuring a self-hosted optimizing compiler and an interactive development environment. The Factor distribution includes a large standard library.
Slava Pestov created Factor in 2003 as a scripting language for a video game. ...
more
Read article at Wikipedia
Factor
Computers
Developer
Slava Pestov
Sviatoslav "Slava" Pestov (born 3 March 1984) is the creator of the Factor programming language and jEdit, a popular text editor. Pestov was born in Tomsk, now...
Latest Version:
- 0.90
Latest Release Date:
- Sep 1, 2007
Compatible Operating Systems:
| Operating System | OS Version Start | OS Version End |
|---|---|---|
|
|
Language Paradigms:
- Concatenative programming language
- Multi-paradigm programming language
- Stack-oriented programming language
Introduced:
- 2003
Influenced:
Language Designers:
Similar topics in Freebase
-
Ruby
Ruby is a dynamic, reflective, general purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features. Ruby originated in Japan during the mid-1990s and was initially developed and designed by Yukihiro "Matz" Matsumoto. It is based on Perl, Smalltalk... -
Perl
Perl is a high-level, general-purpose, interpreted, dynamic programming language. Perl was originally developed by Larry Wall, a linguist working as a systems administrator for NASA, in 1987, as a general-purpose Unix scripting language to make report processing easier. Since then, it has undergone... -
Forth
Forth is a structured, imperative, reflective, stack-based computer programming language and programming environment. Forth is sometimes spelled in all capital letters following the customary usage during its earlier years, although the name is not an acronym. A procedural programming language... -
ML
ML is a general-purpose functional programming language developed by Robin Milner and others in the late 1970s at the University of Edinburgh, whose syntax is inspired by ISWIM. Historically, ML stands for metalanguage: it was conceived to develop proof tactics in the LCF theorem prover (whose... -
Joy
The Joy programming language is a purely functional programming language that was produced by Manfred von Thun of La Trobe University in Melbourne, Australia. Joy is based on composition of functions rather than lambda calculus. It has turned out to have many similarities to Forth, due not to... -
Scheme
Scheme is one of the two main dialects of the programming language Lisp. Unlike Common Lisp, the other main dialect, Scheme follows a minimalist design philosophy specifying a small standard core with powerful tools for language extension. Its compactness and elegance have made it popular with...