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.