You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of compiling mforms.nim is a standalone M interpreter with the bindings registered as Builtins that you can use or register your own builtins in that file.
This repository will also contain a usermode library on top of the builtins for expressivity
- you can live code your gui, just make sure to call (initialize-gui) and redefine your window after closing it
About
Simple cross-platform native GUI for M based on NiGui