Housekeeping
Housekeepin
Fixed redraw issue
Bicycle is a Uxntal REPL written in that same language.
You must have an Uxn assembler and emulator.
uxnasm src/bicycle.tal bin/bicycle.rom
If do not wish to assemble it yourself, you can download bicycle.rom.
This is meant to be a companion application to Left. Begin by launching left and bicycle:
uxnemu left.rom | uxnemu bin/bicycle.rom
To send code to be assembled and evaluated by Bicycle from Left, select some text in Left and send it to Bicycle with ctrl+p
. Alternatively, uxntal can be written directly into the console, and will be evaluated on enter
.