Right now DSLCAD can call local scripts using ./path/to/file(). This is a simple enough option but does not work if we want to efficiently share libraries.
I am looking for a simple solution & syntax for how we can implemented shared libraries with the following properties:
- Allow people to publish libs
- Libs can reference other libs
- All data of which libs are in use should be in the source.
Right now DSLCAD can call local scripts using
./path/to/file(). This is a simple enough option but does not work if we want to efficiently share libraries.I am looking for a simple solution & syntax for how we can implemented shared libraries with the following properties: