core
core copied to clipboard
Standard library components interacting with the physical world
Do we need components that interact with the physical world, like file system, network io, etc., to be included by the standard library?
However, I don't even know if it is possible to realize it since MoonBit only compiles to wasm for now.
@jialunzhang-psu we will announce new backend support soon
Maintaining the consistency across backend would be a large burden, so we are not providing them in the core library. We may add functionality for each backend in x and see how they can work together.