Fork me on GitHub
#cljs-dev
<
2019-05-30
>
souenzzo17:05:00

~ cljs
ClojureScript 1.10.520
cljs.user=> `let
cljs.core/let
cljs.user=> `clojure.core/let
cljs.core/let ;;; <==
Is it a bug?

wilkerlucio20:05:37

its a feature to make easy to write portable code in cljc

john17:05:06

I thought clojure.core is aliased to cljs.core in some situations, to make more code require less reader conditionals?

dnolen17:05:50

@souenzzo not a bug

👍 4