This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Description
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