Category:DUP: Difference between revisions

From Rosetta Code
Content added Content deleted
(DUP language page created)
 
(More info)
 
Line 2: Line 2:
|site=http://strlen.com/false-language}}
|site=http://strlen.com/false-language}}
'''DUP''' is a [[Forth]]-like esoteric programming language invented by Ian Osgood. DUP is a variant/enhancement of Wouter van Oortmerssen’s FALSE language.
'''DUP''' is a [[Forth]]-like esoteric programming language invented by Ian Osgood. DUP is a variant/enhancement of Wouter van Oortmerssen’s FALSE language.

Changes from FALSE include:

* Change of operators: DIV (integer division) changed to Forth-like MOD/DIV, new OVER operator etc.
* String output changed to string definition. Output has to be handled separately.
* Return stack is fully accessible and can be manipulated.
* Operator definition and override is possible. Access to full Unicode array of symbols for operator names.




* [[eso:DUP|DUP on Esolangs]]
* [[eso:DUP|DUP on Esolangs]]

Latest revision as of 17:55, 16 February 2017

Language
DUP
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using DUP.

DUP is a Forth-like esoteric programming language invented by Ian Osgood. DUP is a variant/enhancement of Wouter van Oortmerssen’s FALSE language.

Changes from FALSE include:

  • Change of operators: DIV (integer division) changed to Forth-like MOD/DIV, new OVER operator etc.
  • String output changed to string definition. Output has to be handled separately.
  • Return stack is fully accessible and can be manipulated.
  • Operator definition and override is possible. Access to full Unicode array of symbols for operator names.


Pages in category "DUP"

The following 6 pages are in this category, out of 6 total.