If a language contained only syntax that is completely essential to being able to program, what would it look like? What functions would allow the programmer to build whatever they need, without filling the language?
closed as not a real question by Preet Sangha, silky, Suma, Shoban, Galwegian Sep 30 at 10:33 |
|
|
The language has to minimally be Turing-complete. If not certain things won't be able to be programmed. A great example of a language which is very small (possibly as small as it gets?), yet Turing-complete: brainfuck. |
|||
|
|
|
|
Compute NAND of two arguments; any other logic can be built on this ;-) |
||||
|
|
|
Support recursion. |
||||||
|
|
|
It should provide I/O in some format that is observable by humans. |
|||
|
