Email or username:

Password:

Forgot your password?
Devil Lu Linvega

Wrote a little companion rom that does live evaluation of #uxn, so I can evaluate parts of a program to see its size and run length.

Very worthwhile use of 6.4kb

5 comments
Justin Miller

@neauoire I appreciate even that phrasing — "very worthwhile use of <amount of memory>”. Sadly rare and not a way we tend to qualify modern development.

Kartik Agaram

@neauoire How do you transmit data to the second uxn process?

Devil Lu Linvega

@akkartik left | bicycle

I send the selected text over, to the mini assembler program(bicycle) which assembles it and runs it in a vm(git.sr.ht/~rabbits/bicycle/tre).

Csepp 🌢

@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?

Devil Lu Linvega

@csepp @akkartik yeah, I don't have much use for this now, but who knows :)

Go Up