Category:Klingphix: Difference between revisions

Content added Content deleted
No edit summary
(Turned off HoPL reference.)
Line 1: Line 1:
{{language|Klingphix}}
{{language
|Klingphix
|hopl=no
}}
Klingphix is a pure interpreter developed in Phix (http://phix.x10.mx/). It is based on the use of a stack for the passage of data between words (the equivalent of traditional procedures) and uses reverse Polish notation, being procedural and imperative. The stack have global scope, and there is only one word separator sign: white space.
Klingphix is a pure interpreter developed in Phix (http://phix.x10.mx/). It is based on the use of a stack for the passage of data between words (the equivalent of traditional procedures) and uses reverse Polish notation, being procedural and imperative. The stack have global scope, and there is only one word separator sign: white space.