ekipan
ekipan
I like it! I got a couple editors and a dumb `block` word that does `saveb` and `loadb`. If you want write a better `block` that's alright with me! :P
I have decided after posting that this is more of a feature request than an enhancement request, though I don't think I am able to change the label.
If you decide to add the [livestream seeking feature](https://github.com/iv-org/invidious/issues/3416) it'd be nice to allow >1x speed on a stream that's back-seeked. Youtube allows you to set the speed you want,...
Actually, you apparently currently _can_ set
@unixfox I think it depends on the live stream. I've seen some that allow me to seek backwards and some that don't. Not sure if that's something the streamer has...
How much consideration have you given this? I don't know about vocabularies but I do have a sketch in my head for a design. Bearing in mind that I've never...
A little more thought and I guess a better way to do it would be to have something like a `bankcall` in ROM0 that takes a callee bank number and...
You can compact the string code a bunch more, if you care: ```forth : holds ( c*n n -- ) 0 do hold loop ; : _0_t_s ( t s...
> Something Unix-ish, like maybe READ WRITE. If I understand correctly, unlike standard `read-file` and `write-file`, `loadb` and `saveb` do the whole file instead of following a seek pointer (Edit:...