Which programming languages ββhave a small number of keywords and / or limited syntax?
(PS. List languages ββthat use actual use, not esoteric languages.)
(((( Scheme )))))
Smalltalk-80 in Smalltalk, only six βkeywordsβ are reserved: true, false, nil, self, super and thisContext
I would say that the most minimal language that is still used today will be lambda calculus , but I seriously doubt that it can be called a programming language. LISP is a family, and Python is one of the most widely used languages ββwith less instructions. If you use expert systems, CLIPS is also used for research and development of games. and it contains very few instructions (it is based on logic)
Here you have some more answers.
What is the smallest functional programming language?