Very interesting and ambitious project and nice design. I hope the author will be able to comment here. I'm interested to hear about the plans or capabilities in R' or Radiance for things like concurrent programming, asynchronous/scheduling, futures, and invisible or implied networking. AI is here and will be a big part of future personal computing. I wonder what type of open source accelerator for neural networks is…
Thanks for your comment! In terms of concurrent programming in Radiance, it's likely I go for something inspired by Go's simplicity and Haskell's power with STM[0]. Actors are also on the table, but likely as a library on top of the native system, whatever it is. The important thing is that everything that involves "waiting" be composable in this system: timers, network i/o, IPC, file i/o, etc. For the AI/OS intersec…
https://github.com/ablevm/able-forth
https://xorvoid.com/forsp.html
https://antelang.org/blog/why_effects/
https://news.ycombinator.com/item?id=43419928