sci

https://github.com/babashka/SCI - also see #babashka and #nbb
borkdude 2021-01-21T16:55:02.000800Z

Exciting new way to try out sci: https://nextjournal.github.io/clojure-mode/ I should really use this clojure-mode in my online playgrounds. It seems really fast! @mkvlr is there a way to get a blinking cursor?

mkvlr 2021-01-21T16:56:24.001100Z

@borkdude oh yeah, will fix it with css

mkvlr 2021-01-21T16:56:45.001700Z

still partially stuck upgrading sci playground, hopefully done and working next week

borkdude 2021-01-21T16:57:00.002Z

nice :)

borkdude 2021-01-21T16:58:15.002500Z

Feel free to revamp anything you want

mkvlr 2021-01-21T16:58:38.002900Z

might be easier if I convert it to use shadow if you don’t mind?

borkdude 2021-01-21T16:59:09.003600Z

I don't mind. This project is already in shadow: https://github.com/babashka/xterm-sci.

👍 1
parker 2021-01-21T22:44:48.004700Z

Is there a way to access the js/ namespace when using sci from clojurescript?

borkdude 2021-01-21T22:48:05.006900Z

@parkerrueve There is, if you explicitly allow this via config. https://github.com/babashka/xterm-sci/blob/main/src/xterm_sci/core.cljs#L17-L18 You can try it out here: https://babashka.org/xterm-sci/

parker 2021-01-21T22:49:46.007700Z

perfect, thank you!