Wanted to share a few of my latest reads and studies. First is the programming language “Axum” by Microsoft; a good read. It talks about channels which are used to communicate to services using ports with the ability to define states and transitions, define protocols. A quick google search should turn you into an “Axumite”, be careful!
Also came across Reactors, where there are no functions, channels, methods or services. Only data, states and relations. Services are provided by requesting a state change. An interesting read indeed.
How will this all tie in with Unununium? no idea! But if you put together multicore, OpenCL, CUDA, and all the multiprocessing going on nowadays, you can start formulating an idea. Have fun!