squint

chromalchemy 2026-05-04T19:37:32.670219Z

I am a bit confused about squint nrepl. I am using squint in an ecommerce theme that is node-based. I complile the squint code to js, which gets run trough webpack. I test the code against a hot-reload web-server cli that the platform provides. Can i use the squint nrepl in this browser context? I was able to run a squint nrepl server in my project root, connect with Calva (squint connection type), and eval forms. So that is cool! But that is totally disconnected from the browser context right? If a browser repl with squint is not possible, is the next best thing a scittle browser repl (with Epupp)?

borkdude 2026-05-04T20:12:01.927569Z

browser repl is high on my list but not implemented yet

borkdude 2026-05-04T20:13:36.271399Z

I hope to start work on this again soon (after I deal with a clj-kondo feature and bb conf)

🀞 1
πŸ‘Œ 1
🀘 2
pez 2026-05-04T20:19:30.024219Z

The squint node repl is still super useful to try things out at. And also it helps me stick to cleaner architecture to be β€œforced” to have the important parts testable at that repl. πŸ˜ƒ

πŸ‘ 1
βž• 1