README 578 B

1234567891011
  1. PForth is a public domain, portable ANS Forth based on a kernel
  2. written in in ANSI 'C'. This makes it easy to port pForth to multiple
  3. platforms. So far, pForth has run on Macs, PCs, SUNs, Amigas, Linux,
  4. BeOS, Nokia Communicator, SGI Indys, 3DO ARM systems, 3DO PowerPC
  5. systems, WebTV systems, Hitachi SH4, OpenTV prototypes, Compaq Ipaq
  6. 3970, Sharp LH79520 ARM processor, Ciena Systems networking hardware,
  7. and some internal projects at Lucent.
  8. Note: either use pforth_standalone binary, or add to .bashrc the line
  9. alias pforth='pforth -d /usr/share/pforth/2.0.1/pforth.dic'