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?
@borkdude oh yeah, will fix it with css
still partially stuck upgrading sci playground, hopefully done and working next week
nice :)
Feel free to revamp anything you want
might be easier if I convert it to use shadow if you don’t mind?
https://github.com/clojure/clojurescript/compare/master...nextjournal:fix-cljs-3293-2
I don't mind. This project is already in shadow: https://github.com/babashka/xterm-sci.
Is there a way to access the js/ namespace when using sci from clojurescript?
@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/
perfect, thank you!