d09a03ddca
FossilOrigin-Name: a5d4a3564e05d167ca72a87be254464c786f923048b262c645d8cb11b1a720a9
2.3 KiB
2.3 KiB
Examples
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 | |
TokenizeString.forth | Tokenize a string into a set |
unicode.forth | Example showing Unicode (UTF-8) |