@neauoire have you looked into greenarrays?
3 comments
@neauoire cool! I need to look at them again. parallel processes can push data onto neighboring stacks or something like that? @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. |
@nasser I have! They're wonderful.
I've been writing little programs for the INMOS T414 all weekend, so I'm very much in a parallel mindset atm :moomin_hattifatteners: