Factor (programming language): Difference between revisions

Content deleted Content added
grammar typo fix
link TDD
Line 8:
When using the stack system does not suffice, dynamic [[scope (programming)|scoping]] is a supported alternative. Factor has a growing library which supports [[continuation]]s, an [[Web server|HTTP server]], an [[Simple_DirectMedia_Layer|SDL]] binding and a [[GUI]] library.
 
One of Factor's main goals is 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).