Skip to content

Mr-Xcoder/Triangularity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Triangularity!

This is a recreational programming language, very minimalistic, that doesn't yet have any kind of loops, and which is only meant to solve easy tasks.

"Hello, World!" program:

....... .......
......   ......
.....     .....
....       ....
...         ...
..           ..
.             .
"Hello, World!"

Try it online!

Or, much shorter:

.... ....
..."!"...
.."rld"..
."o, Wo".
"Hell"+++

Try it online!

Fun fact: Valid Triangularity programs must have the character count listed in OEIS A056220 (except for -1), otherwise you are probably doing something wrong.

The documentation is in the wiki. If you have questions, encounter problems, spot bugs or want to request features, please ping me (@Mr.Xcoder) in its dedicated chatroom (SE chat).