|
|
|
|
|
by geokon
1580 days ago
|
|
When it comes to specifically dynamically loading external libraries - is there a reason SCI can't incorporate `add-libs`? I mean clearly some libraries wouldn't load and will break (like if it's using Java code or something), but I imagine it could work for a large subset of code. I get there are a few ways to have a REPL in the browser, but it seems a bit primitive if you can't get any libraries in (short of copy pasting namespaces). I understand babashka includes some internally - so it makes it at least suitable for a subset of tasks. But I think this dynamic library loader is a more flexible solution (or I'm overlooking some technical hurdle here) |
|