DEV Community

Discussion on: Moore's Law and Programming languages

Collapse
 
okolbay profile image
andrew

I think routines in BG will be optimized (like java streams api opts for parallel collection processing, when makes sense)
there is a good saying that “the only code we can read is single-threaded one”, I’m not sure who said that )

We’ve been there with java threaded apps, and with inside-out nodejs code, so I guess its time to get back to older ideas of actor model, true OOP (and not class-based programming) when each actor object can run in its own thread