Is there a method in the compiler or runtime that mangles a string to make it java-safe? A function that takes "a->b" and returns "a__GT__b"?
munge
?
That is it, thanks ๐.
if anyone's up for a bit of pair programming, I propose trying to add a simple feature to clojure-lsp (background on me: I usually do Haskell, and I'm trying to learn the clojure way)
Hi @munichlinux Please donโt cross-post Qs between #beginners and #clojure
will keep that in mind
I extracted a standalone demo of how to use tatut/clj-chrome-devtools to render JS-rich HTML into downloadable PDFs, in case this is of use to anyone: https://github.com/rgm/experiments/tree/master/202102-headless-chrome
Really cool! Iโve been using this in the past to do similar https://github.com/alvarcarto/url-to-pdf-api
Oh neat, thanks. Another tool for the belt.