https://factorcode.org/ Factor programming language Why Factor The Factor programming language is a concatenative, stack-based programming language with high-level features including dynamic types, extensible syntax, macros, and garbage collection. On a practical side, Factor has a full-featured library, supports many different platforms, and has been extensively documented. 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. * Learn more about Factor * Get started programming with Factor * Get answers to frequently-asked questions * Read Factor reference documentation online * Learn more about concatenative programming * See some example programs * Report a bug * Screenshots on Mac OS X, Windows USING: dice formatting ; ROLL: 2d8+4 "You do %s points of damage!" printf Downloads To download a binary, follow the link for the desired OS / CPU configuration. Binary packages are the recommended route for new users who wish to try Factor. Stable release: 0.98 OS/CPU Windows Mac OS Linux x86 0.98 0.98 0.98 x86-64 0.98 0.98 0.98 Source code: 0.98 Development release OS/CPU Windows Mac OS Linux x86 2022-07-19 N/A N/A x86-64 2022-07-19 2022-06-17 2022-02-16 Source code: available via github or gitweb. Stable and development releases are built and uploaded by the build farm. Follow @FactorBuilds on Twitter to receive notifications. If you're curious, take a look at the build farm dashboard. You can also build Factor on your own platform from source. Older releases Download older releases from Factor 0.29 to the current release. Community * Join the mailing list * Join the Discord * Join the IRC channel * Factor community blogs * Factor community pastebin - if you're in an IRC channel and want to share some code * Academic publications