I read the docs but they seemed more focused on how the runtime and compiler work. Not a lot of info on how to use the library.
Is it possible to add support for custom namespaces? eg. using Canvas; since I want to expose the browsers built in CanvasRenderingContext2D to allow users to not only use the Console but to draw and visualize things to the screen (similar to p5.js