Feat: continue to improve documentation
Some checks failed
Deploy Website / deploy (push) Failing after 4m48s

This commit is contained in:
2026-02-17 00:51:56 +01:00
parent f258358c8f
commit 3b41a06d5e
9 changed files with 175 additions and 179 deletions

View File

@@ -1,4 +1,4 @@
# Oddities
# Cagire's Forth VS Classic Forth
Cagire's Forth is not a classic Forth. It borrows the core ideas (stack-based evaluation, postfix notation, word definitions) but adds modern features and domain-specific extensions. If you know traditional Forth, here are the differences.