Re: [stack] Is this language concatenative?
John Cowan <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
Michael Nedzelsky scripsit: > It seems to me (I can be wrong here), that already Joy is not _entirely_ > concatenative because of quotation. I think the quotation as basic operation > has the same status as concatenation. Joy does not have quotation as such. It does have literal lists, but whether a list is executed or not depends on the surrounding program. Furthermore, whatever can be done with literal lists can be done without them: [a b c] is equivalent to this flat program: "a" intern "b" intern "c" intern cons cons -- John Cowan [email protected] http://ccil.org/~cowan [R]eversing the apostolic precept to be all things to all men, I usually [before Darwin] defended the tenability of the received doctrines, when I had to do with the [evolution]ists; and stood up for the possibility of [evolution] among the orthodox -- thereby, no doubt, increasing an already current, but quite undeserved, reputation for needless combativeness. --T. H. Huxley