Concatenative topics
Concatenative meta
Other languages
Meta
The Emacs package manager (ELPA), standard with Emacs 24+, includes the Factor major mode called Fuel.
See Fuel on github for general Fuel usage.
0. Get latest Emacs
brew install emacs --with-cocoa
1. Install the Fuel package
M-x package-list
Find the Fuel package, mark it, and install.
2. Set the Factor root directory in .emacs
(setq fuel-factor-root-dir "/Applications/factor")
M-x run-factor
This revision created on Thu, 26 Nov 2015 06:10:11 by jouborg (link to fuel docs. )