Spent the day trying to solve the dining philosophers problem in Uxntal, and got absolutely nowhere.
Spent the day trying to solve the dining philosophers problem in Uxntal, and got absolutely nowhere. 12 comments
[DATA EXPUNGED]
@neauoire it seems to be a cool issue! the c++ implementation is already cryptic, i guess changing language is even harder... you have the concept of semaphore? @frankiezafe I do, but it's implemented as part of the solution, not at the VM stage. I don't have memory locks in place at the moment, but it hasn't hindred me so far @nil yeah pretty much, I've done the easier exercises already. I haven't implemented all the different processes tho, just enough so I could solve the problem. |