2017-10-19 15:42:04 +02:00
|
|
|
# Examples
|
|
|
|
|
2017-10-22 20:39:45 +02:00
|
|
|
| Filename | Description |
|
|
|
|
| ---------------------------- | --------------------------------------- |
|
|
|
|
| 99Bottles.forth | Display "99 bottles of beer" song |
|
|
|
|
| AddingVectors.forth | Adding values in two arrays |
|
|
|
|
| Atua-WWW.forth | Atua HTTP server |
|
|
|
|
| Atua.forth | Atua Gopher server |
|
|
|
|
| Autopsy.forth | Debugging aids |
|
|
|
|
| Cat.forth | Display a file to the output |
|
|
|
|
| Chess.forth | Simple ASCII-based chess game |
|
|
|
|
| Echo.forth | Echo command line arguments |
|
|
|
|
| GCD.forth | Greatest common denominator |
|
|
|
|
| IterativeFibonacci.forth | Fibonacci sequence, iterative |
|
|
|
|
| LeastCommonMultiple.forth | Find least common multiple |
|
|
|
|
| Primes.forth | Prime sieve |
|
|
|
|
| RecursiveFactorial.forth | Factorial of a number, recursive |
|
|
|
|
| RecursiveFibonacci.forth | Fibonacci sequence, recursive |
|
|
|
|
| Roo.forth | Block editor using Tuporo backend |
|
|
|
|
| 1D-Cellular-Automota.forth | 1D Cellular Automota (Rosetta Code) |
|
|
|
|
| is-palindrome.forth | Is string a palindrome? |
|
|
|
|
| Tuporo.forth | Block storage via Gopher protocol |
|
|
|
|
| VT100.forth | Example VT100 namespace |
|
|
|
|
| sort-on-stack.forth | Sort numbers on the stack |
|
|
|
|
| accumulator.forth | Sample use of `does` |
|
|
|
|
| Parse-UPS.forth | Break a UPS Tracking # apart |
|
|
|
|
| rot13.forth | ROT13 "encryption" |
|
|
|
|
| hanoi.forth | Towers of Hanoi solver |
|
|
|
|
| StringToNumberWithBase.forth | Numbers in misc. bases |
|
|
|
|
| DictionaryStats.forth | Use of `d:for-each` to find info about |
|
|
|
|
| | word names |
|