This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-11
Channels
- # announcements (6)
- # architecture (9)
- # beginners (120)
- # calva (13)
- # cider (28)
- # clj-kondo (8)
- # cljs-dev (7)
- # clojure (113)
- # clojure-europe (13)
- # clojure-italy (7)
- # clojure-nl (9)
- # clojure-spec (44)
- # clojure-uk (7)
- # clojuredesign-podcast (15)
- # clojurescript (18)
- # cursive (9)
- # data-science (3)
- # datomic (32)
- # defnpodcast (1)
- # events (2)
- # fulcro (6)
- # jobs (1)
- # kaocha (5)
- # london-clojurians (2)
- # luminus (2)
- # nyc (2)
- # off-topic (54)
- # ring (6)
- # shadow-cljs (136)
- # sql (1)
- # testing (2)
- # tools-deps (64)
- # vim (83)
I think Chris mentioned recently there's no short way how to get namespace of a keyword.
Maybe I'm misinterpreting him but if not then there's the the namespace
function:
(namespace :ahoj/key)
;;=> "ahoj"
Sounds like I wasn't totally clear. I was trying to say, there isn't a short way to get a string for a keyword that includes the namespace.
BTW, Gene Kim (The Phoenix Project) recommends the podcast: https://itrevolution.com/love-letter-to-clojure-part-1/ (Near the end)
Many many words, I'll have to read it this evening. Thanks for the tip @U067P1FT2
@U067P1FT2 Thanks for the heads up! That's a great read!
Thanks for the kind words, all! I can’t overstate how fantastic @U0510902N your work has been in helping me understand and better use Clojure — keep up all the amazing work!
@U6VPZS1EK Thank you so much! Hearing that is huge for me!