Content deleted Content added
m Changed hash table link to direct link. |
wikilinks |
||
Line 4:
"Hello world" print
Factor is dynamically [[datatype|typed]], and a unique [[Object-oriented programming|object]] system accompanies it. In Factor, there are more than 20 base types, and users can make their own datatypes using tuples. There is no [[Inheritance (computer science)|inheritance]], but there is [[Delegation (programming)|delegation]] as in Self. Additionally, there are other ways to make
When using the stack system is does not suffice, [[dynamic scoping]] is a supported alternative. Factor has a growing library which supports [[continuation]]s, an [[Web server|HTTP server]], an [[SDL]] binding and a [[GUI]] library.
Line 10:
One of Factor's main goals is the to be useful for interactive and test-driven development, which is why Factor is, at its core, a safe version of Forth.
So far, both [[Java programming language|Java]] and [[C programming language|C]] implementations have been constructed (the Java implementation is deprecated).
==External links==
*[http://factor.sf.net Factor's website]
|