We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

ASCII art

From Esolang
Jump to navigation Jump to search

Is the same as brainfuck except it uses the following art depictions of the symbols (P.S. This could cause very large programs due to the size of these symbols).

\
 \
 /
/

 /
/
\
 \

  |
  |
-----
  |
  |

-----

 ___
|
|
|
|
|___

___
   |
   |
   |
   |
___|

##
##

##
##
_|

Programs

(I'm guessing this is how it works)

Cat Program

##
##
_|

 ___
|   
|   
|   
|  
|___

##
##

##
##
_|

___
   |
   |
   |
   |
___|

Implementations

A Python interpreter by User:Bangyen.