This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-04
Channels
- # announcements (1)
- # architecture (7)
- # beginners (44)
- # biff (11)
- # calva (15)
- # cider (5)
- # clerk (9)
- # clj-kondo (20)
- # clj-on-windows (19)
- # clj-yaml (2)
- # cljs-dev (39)
- # clojure (52)
- # clojure-czech (2)
- # clojure-dev (11)
- # clojure-europe (28)
- # clojure-hamburg (10)
- # clojure-hungary (3)
- # clojure-nl (1)
- # clojure-norway (59)
- # clojure-uk (5)
- # clojured (2)
- # clojurescript (33)
- # conjure (2)
- # datahike (1)
- # datomic (5)
- # defnpodcast (5)
- # emacs (18)
- # figwheel (2)
- # funcool (6)
- # graphql (1)
- # hyperfiddle (11)
- # jobs (3)
- # joyride (13)
- # malli (6)
- # music (4)
- # off-topic (45)
- # polylith (11)
- # practicalli (3)
- # rdf (3)
- # releases (1)
- # scittle (8)
- # shadow-cljs (13)
- # specter (2)
- # squint (8)
- # testing (6)
- # tools-deps (21)
- # xtdb (2)
What is the best way to hack on an existing web page in the browser using squint? send repl results (js code string) to browser devtools js console to be automatically evaluated there? Spit js code to tampermonkey extension code file (via Tampermonkey local file url?). Reload page. New js runs on pageload. Use Wally or webdriver to drive page and facilitate copy/paste/reload from repl. Tooling to sync an arbitrary web form with a code file or repl results…? Any best practices in this space? Could be a nice way to exercise squint outside the context of a larger project ceremony, and in meaningful, valuable contexts (like an admin dashboard)
The squint webpage has an eval box: https://squint-cljs.github.io/squint/
Oh btw, there's also #C034FQN490E https://babashka.org/scittle/ You can make self-contained websites with that too
Ok Thanks! i was thinking of going with scittle too. I have it running in tampermonkey per your example! Awesome Was just wondering if i was missing a simple jvm squint browser repl option. I will look at that eval code.
scittle supports nREPL https://github.com/babashka/scittle/tree/main/doc/nrepl