3 predictions for 2023

2022/12/30

What will happen next year?

WebAssembly will replace Docker

What happened:

It’s sad that we use VMs like JVM or CLR which should work cross-platform. But they don’t so we rather pack the application together with the whole OS.

Solutions:

Languages will implement stackful coroutines

What happened:

Solutions:

Reasonable GUI library will emerge

What happened:

Currently I like SolidJS and egui. Both lack Virtual DOM so they’re simpler and have better performance. Unfortunately SolidJS is bound to JavaScript and web browser and egui to Rust.

Solution: