Sciweavers

DLS
2010

Factor: a dynamic stack-based programming language

13 years 2 months ago
Factor: a dynamic stack-based programming language
Factor is a new dynamic object-oriented programming language. It began as an embedded scripting language and evolved to a mature application development language. The language has a simple execution model and is based on the manipulation of data on a stack. An advanced metaprogramming system provides means for easily extending the language. Thus, Factor allows programmers to use the right features for their problem domain. The Factor implementation is self-hosting, featuring an interactive development environment and an optimizing compiler. In this paper, the language and its implementation are presented. Categories and Subject Descriptors D.3.3 [Programming Languages]: Language Constructs and Features; D.3.4 [Programming Languages]: Processors -- Compilers, Optimization General Terms Languages, Design, Performance Keywords Factor, dynamic languages, stack-based languages
Sviatoslav Pestov, Daniel Ehrenberg, Joe Groff
Added 10 Feb 2011
Updated 10 Feb 2011
Type Journal
Year 2010
Where DLS
Authors Sviatoslav Pestov, Daniel Ehrenberg, Joe Groff
Comments (0)