|
|
|
|
|
by fendy3002
1189 days ago
|
|
I think at the start they'll develop programming languages that focus on lower level operations, then from that it will branches out to hyper-specialized higher-level programming languages. Storage managements will be tied to low or middle-level languages without additional abstraction, since they can develop and iterate so fast, it'll makes optimization easier IMO. There'll be multiple specialized storage types suitable for different cases. They'll also design the API to be as pure / stateless as possible, since they can easily repeat tests that way. I think it'll be interesting to see what kind data-interchange format they'll come with to communicate between programming languages / apps, since they can ignore human readability altogether. It should be very compact but fast to compress/decompress. Lastly they'll deploy their own OS since they'll find the one that human develop is insuffucient for their use case |
|