The Factor programming language combines powerful language features with a full-featured library. The implementation is fully compiled for performance, while still supporting interactive development. Factor applications are portable between all common platforms. Factor can deploy stand-alone applications on all platforms. Full source code for the Factor project is available under a BSD license.
Size: 26 MB
Authors: Slava Pestov
Tags:
compiled,
concatenative,
forth,
functional,
joy,
language,
lisp,
multi-paradigm,
self,
stack,
stack-oriented
Default path: %HOMEDRIVE%\Programs\factor
pbox install factor
Show pbox.xml
<pbox version="1.0">
<name>factor</name>
<title>Factor</title>
<version>0.98</version>
<group>compiler</group>
<archs>64</archs>
<homedir>%HOMEDRIVE%\Programs\factor</homedir>
<install>
<copy>.\files</copy>
<env>FACTOR_HOME=${homedir}</env>
</install>
<uninstall>
<remove>${homedir}</remove>
<unenv>FACTOR_HOME</unenv>
</uninstall>
</pbox>