This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-15
Channels
- # adventofcode (13)
- # aleph (5)
- # announcements (8)
- # beginners (87)
- # calva (9)
- # cider (102)
- # cljs-dev (71)
- # cljsrn (2)
- # clojure (198)
- # clojure-dev (28)
- # clojure-europe (3)
- # clojure-italy (27)
- # clojure-nl (3)
- # clojure-spec (1)
- # clojure-uk (43)
- # clojurescript (121)
- # component (11)
- # cursive (20)
- # data-science (13)
- # datascript (2)
- # datomic (102)
- # dirac (4)
- # duct (5)
- # emacs (14)
- # figwheel-main (7)
- # fulcro (37)
- # hoplon (11)
- # jackdaw (3)
- # jobs (2)
- # leiningen (16)
- # nrepl (2)
- # off-topic (51)
- # pathom (34)
- # pedestal (12)
- # perun (10)
- # portkey (1)
- # re-frame (6)
- # reitit (1)
- # shadow-cljs (21)
- # spacemacs (8)
- # tools-deps (2)
- # vim (2)
hey guys, quick question. I have a mlet
macro that behaves like let
but i cannot find a way to force the symbol resolution as let. How do i do it?
if you stand on where you are using it with your cursor, a light bulp should pop up
you can use that to resolve it as let
I did not write it. The code is from promenade: https://github.com/kumarshantanu/promenade/blob/master/src/promenade/core.cljc#L274
@U0AD3JSHL are you on Cursive?
@U5ZAJ15P0 yeah on cursive. And it won't open the resolve as submenu: https://puu.sh/CN3dC/7337c553c2.png
@U0AD3JSHL hum, weird⦠I am not sure then, sorry š
@U0AD3JSHL sometimes I see that bugged when trying to define from cljc
files, your test case is a cljc file?
@U066U8JQJ nope, clj file
@U0AD3JSHL Sorry for the delay, thatās very strange. Iāll try to look at that tomorrow.
thanks @U0567Q30W š