Content deleted Content added
m spelling |
spelling repair |
||
Line 18:
"Hello world" print
Factor is dynamically [[datatype|typed]], and a unique [[Object-oriented programming|object]] system accompanies it. In Factor, there is a small group of base types, and users and the standard library can make their own classes using tuples and other
Factor was originally only interpreted, but it can now also be compiled. The compiler is written entirely in Factor, and it does not output standalone executables but rather merely a faster image.
|