Email or username:

Password:

Forgot your password?
Top-level
Devine Lu Linvega

@creitve having only stdin/stdout/stderr for program communication, and the pain of forking routing, and in this case, one thing I really like, is allowing one program to poke() at another program's running memory as a form of pipe.

As well, as all this is stored as an image, recovering state is going to be really easy, it's not tangled into any parts of the subsystem.

2 comments
pikuseru replied to Devine Lu Linvega

@neauoire @creitve I think you may have just made your own version of a Smalltalk-esque programming environment (like Squeak) 👀

Devine Lu Linvega replied to pikuseru

@pikuseru @creitve yup, I'm going for something similar, although, programs don't expose any symbols table. So I can't say, write to a specific value stored in an object, the "objects" have a singular API which is the varvara specs. It's kind of simplistic, but it should get me where I need to go :)

wiki.xxiivv.com/site/varvara.h

Go Up