Factor (programming language): Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
FrescoBot (talk | contribs)
m Bot: link specificity and minor changes
Line 16:
}}
 
'''Factor''' is a [[stack-oriented programming language|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 [[compiler optimization|optimizing compiler]] and an [[Integrated development environment|interactive development environment]]. The Factor distribution includes a large [[standard library]].
 
==History==