Open
Description
Feature Title
decouple settings and execution layer from the core language
Motivation
Make it easier to play with core module without worrying the settings. and easier call core module as a pure library, help with adoption.
Feature Description
The language design looks very interesting, one issue for me is whenever I import appl
, it's slow and output bunch of logs.
If we can decouple the core language module from the execution and settings, keep a pure core library, people can embed the language into other application easier, that'll help with the adoption.
Not sure if that's a direction for this project. and I'd be glad to help with some implementations.
Potential Impact
No response