This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-12
Channels
- # admin-announcements (1)
- # arachne (3)
- # cider (11)
- # cljsrn (5)
- # clojure (26)
- # clojure-android (10)
- # clojure-greece (8)
- # clojure-russia (5)
- # clojure-spec (7)
- # clojure-uk (3)
- # clojurescript (16)
- # clojurex (38)
- # core-async (1)
- # css (3)
- # cursive (42)
- # dirac (2)
- # hoplon (28)
- # keechma (1)
- # lein-figwheel (2)
- # leiningen (1)
- # mount (3)
- # om (132)
- # onyx (46)
- # re-frame (53)
- # reagent (17)
- # spacemacs (7)
- # specter (50)
- # untangled (2)
- # yada (3)
anyone knows where start-server
is coming from in the chord readme? https://github.com/jarohen/chord
Hi @roberto - that should be org.httpkit.server/run-server
- will update the readme now. thanks š
Hello, I've got a tiny question. How come macroexpand works with quote but not with syntax quote?
@imaximix: do you have a specific example? Iām afraid your question is too general. The fact is that syntax quote works differently than quote so for some syntax quoted inputs macroexpand will produce different results than for quoted inputs. But that does not mean that macroexpand does not work.
@darwin Yes. (macroexpand '(n)) => (n) (macroexpand `(n)) => Assert Failed. Argument to macroexpand must be quoted.
aha, I think first quote is mandatory to allow you to pass a form into macroexpand, otherwise REPL would eval it before passing into macroexpand
that is the difference between quoted version and syntax-quoted version, first quote allows just passing such input into macroexpand, it gets removed
figwheel should have a logo so that we can add it to the reactions here š