Difference between revisions of "Forth"
m |
m |
||
Line 1: | Line 1: | ||
Forth on RPi | Forth on RPi | ||
<code><pre> | <code><pre> | ||
+ | sudo apt-get install wget | ||
wget http://www.fourmilab.ch/atlast/download/1.2/atlast-1.2.tar.gz | wget http://www.fourmilab.ch/atlast/download/1.2/atlast-1.2.tar.gz | ||
tar -xzvf atlast-1.2.tar.gz | tar -xzvf atlast-1.2.tar.gz |
Revision as of 12:45, 5 July 2013
Forth on RPi
sudo apt-get install wget
wget http://www.fourmilab.ch/atlast/download/1.2/atlast-1.2.tar.gz
tar -xzvf atlast-1.2.tar.gz
cd atlast-1.2/
make
Start the Forth interpreter with ./atlast and exit with Ctrl-D
atlast.html and atlast.pdf is included and an is an extensive atlast-forth manual.