Email or username:

Password:

Forgot your password?
Top-level
Ramsey Nasser

@neauoire cool! I need to look at them again. parallel processes can push data onto neighboring stacks or something like that?

1 comment
Devil Lu Linvega

@nasser kindda, there's multiple ways to go about it I think, I've only tried two things that worked so far:

- forks that have a copy of the stack, and threads that have their own stacks which are appended on the parent working stack as they resolve.

It sounds fancy when written like that but it's pretty straight-forward. I don't really have a plan for this, I was just curious to see if I could take some concepts from OCCAM and bring then into my daily workflow.

Go Up