Dot-Peachy
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Paradigm(s) | Imperative |
---|---|
Designed by | AlexUI |
Appeared in | 2024 |
Computational class | Total |
Major implementations | DTP interpreter |
File extension(s) | .dtp |
Dot-Peachy, or, simply, DTP, is an esoteric programming language created by AlexUI in 2023. The main idea is that its syntax is mostly made out of symbols that look like letters or words. It can call and print variable values by writing their ID, which is based on their order of declaration.
Language overview
Dot-Peachy is still in development. It follows a typical syntax format, but it uses its own symbols and has some special syntax declarations. All lines of code must end in ¤
. The following are the basic commands or "keywords":
Command | Description | Type |
---|---|---|
¤
|
Line-breaker | Basic syntax |
,
|
Variable declaration separator | Basic syntax |
;
|
Argument separator | Basic syntax |
(, )
|
Function argument-enclosing parentheses | Basic syntax |
«, »
|
Literal encloser | Basic syntax |
.:
|
Integer declarator | Declarator |
.∿
|
String declarator | Declarator |
:*
|
Print function | Standard function |