Factor programming language (original) (raw)
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 documentation online
- Learn about concatenative programming
- See some example programs
- Report a bug
- Screenshots on macOS, Windows
USING: io.encodings.utf8 io.files sequences
splitting ;
"table.txt" utf8 [
[ "|" split ] map flip [ "|" join ] map
] change-file-lines
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.100
OS/CPU | Windows | macOS | Linux |
---|---|---|---|
x86 | 0.100 | 0.100 | |
x86-64 | 0.100 | 0.100 | 0.100 |
Source code:0.100
Development release
OS/CPU | Windows | macOS | Linux |
---|---|---|---|
x86 | 2025-04-16 | 2025-04-21 | |
x86-64 | 2024-12-07 | 2025-03-01 | 2025-04-20 |
Source code: available via github or gitweb or cgit.
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