The creative language for ASCII art based on Basic.
Note
The current next branch is implementing the new proposal API for production use. Please refer to the python branch for the released Python version.
$ cell hello.cll
LET x = 0
Draw:
BACKGROUND 0
STROKE '0', YELLOW, RED
FILL 'X', GREEN, BLUE
RECT x, 0, 0
LET x = x + 1
ISC@Bairui SU