This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-21
Channels
- # announcements (2)
- # asami (8)
- # aws (4)
- # beginners (32)
- # calva (12)
- # cider (72)
- # clj-kondo (16)
- # clojure (11)
- # clojure-germany (2)
- # clojure-italy (4)
- # clojure-serbia (2)
- # clojurescript (26)
- # data-oriented-programming (8)
- # datomic (9)
- # deps-new (17)
- # eastwood (4)
- # emacs (20)
- # fulcro (18)
- # funcool (1)
- # graalvm (8)
- # leiningen (12)
- # lsp (34)
- # malli (25)
- # meander (4)
- # membrane (4)
- # off-topic (153)
- # practicalli (1)
- # releases (2)
- # remote-jobs (3)
- # rewrite-clj (77)
- # ring (5)
- # shadow-cljs (108)
- # spacemacs (12)
- # tools-deps (9)
- # vscode (11)
- # xtdb (4)
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"?
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)

>> (type (cons "asdf" [1 2 3]))
clojure.lang.Cons // expecting this to be persistentList
Any idea why this not persistentList.Hi @UGJ2DMT2S Please don’t cross-post Qs between #beginners and #clojure
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