nbb

borkdude 2023-10-05T16:39:53.775969Z

4
2023-10-05T18:36:55.201409Z

Cool! Looks like we can define sci contexts in nbb. Most of the example in https://github.com/babashka/sci#copy-a-namespace worked. Fwiw when I tried (nbb.core/get-sci-ctx), I got "RangeError: Maximum call stack size exceeded"

borkdude 2023-10-05T18:48:52.109599Z

This is just because it has the globalThis object and when printed it will blow up

2023-10-05T19:34:45.406139Z

Ah ok