~rabbits/bicycle

Uxntal REPL, written in Tal
Housekeepin
Fixed redraw issue

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rabbits/bicycle
read/write
git@git.sr.ht:~rabbits/bicycle

You can also use your local clone with git send-email.

#Bicycle

Bicycle is a Uxntal REPL written in that same language.

#Build

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.

#Run

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.

#Support