gluon-lang / gluon

A static, type inferred and embeddable language written in Rust.
https://gluon-lang.org
MIT License
3.16k stars 145 forks source link

How to get names of all symbols that a script defined? #950

Open Boscop opened 1 year ago

Boscop commented 1 year ago

After running a script, how to get names of all symbols that a script defined? To be able to then inspect those symbols / deserialize them from the host. (To be able to show the user a visual rendering of all defined (& supported) symbols when using gluon for creative coding.)