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"
This is just because it has the globalThis object and when printed it will blow up
Ah ok