|
|
|
|
|
by SmallDeadGuy
3240 days ago
|
|
I'd argue that Befunge is far simpler. It's yet-another-esoteric-programming-language but the program pointer can move in 4 directions instead of 2. Every instruction is simple stack/heap manipulation or IO. AsciiDots looks a lot more complicated, multiple program pointers which are also the variables in the program with no concept of stack or heap. Not to mention library support, too. |
|