sci

https://github.com/babashka/SCI - also see #babashka and #nbb
2020-10-22T14:37:56.022600Z

Hello! Does SCI's JS API support reader tags passed in options?

2020-10-22T14:38:32.023300Z

Looking at the code it seems like it's not, I'm curious if it's a limitation of JS API of just an oversight

borkdude 2020-10-22T14:39:16.024200Z

@roman01la The JS API is fairly limited and I'm considering deprecating it altogether. I recommend just making a thin CLJS project around it and then compile it to JS. For example: https://github.com/babashka/xterm-sci

borkdude 2020-10-22T14:39:27.024600Z

as it's a pain to keep it compatible

2020-10-22T14:40:23.025100Z

got it, thanks :thumbsup: