I’ve lately been toying with the IC & Motoko, trying to gain some experience with the stack.
Having done the tutorials, I meant to implement some bare-bones ‘real-world’ (ie non-tutorial) applications. In doing so I have noticed that the base library lacks support for a variety of fundamental topics such as randomness, time, or networking.
I understand that you’re still in the early stages of working on the IC & Motoko, but some of these missing features rather limit what kind of PoC applications can be created.
Is there a public roadmap - or information in another form - regarding what kind of features you will be adding to the base library in the upcoming months, or is this information internal as of now?
Yup, that one I stumbled upon too - seems to be a topic someone’s working on.
Currently the only thing it exposes is a type of Unix timestamp (nanoseconds since epoch, it seems), though.