@akkartik left | bicycle
I send the selected text over, to the mini assembler program(bicycle) which assembles it and runs it in a vm(https://git.sr.ht/~rabbits/bicycle/tree/main/item/src/uxn.tal).
Top-level
@akkartik left | bicycle I send the selected text over, to the mini assembler program(bicycle) which assembles it and runs it in a vm(https://git.sr.ht/~rabbits/bicycle/tree/main/item/src/uxn.tal). 2 comments
|
@neauoire @akkartik Feels similar to Plan 9's plumber. 🤔
If the selection is just sent to stdout, that means you could use this as some kinda generic (although not plumber levels of generic) "IDE" tool, right?