|
|
|
|
|
by beagle3
3339 days ago
|
|
Not at all. The definition I like to use of concatenative language is: If "X Y" is a legal program, then "X" is a list of tokens and a legal program and "Y" is a list of tokens and a legal program, and semantically, executing "X Y" is equivalent to executing "X" and then executing "Y". practical implementations often deviate a little from this ideal. |
|