articles/forth.md: update

This commit is contained in:
tocariimaa 2025-02-14 17:43:03 -03:00
parent 94762674d4
commit d38a17ba59

View file

@ -1,5 +1,5 @@
# Forth
Forth is a family of stack [programming languages](programming_language.md), first released in 1970 by Charles Moore.
Forth is a family of [minimalistic](minimalism.md) stack [programming languages](programming_language.md), first released in 1970 by Charles Moore.
What makes Forth different from other languages is the extreme flexibility it offers, allowing [metaprogramming](metaprogramming.md),
similar to [Lisp](lisp.md). It has almost no syntax, the programmer can alter the reader to parse the stream as it pleases.