articles/forth.md: update
This commit is contained in:
parent
94762674d4
commit
d38a17ba59
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue