Fork me on GitHub
#clerk
<
2023-03-08
>
davesann06:03:22

I noticed the following behaviour - is this expected?

(ns redef)

(def x 1)

(def y (+ x 1))

(def x 2)

mkvlr07:03:01

there’s https://github.com/nextjournal/clerk/issues/66 to track this, planning to fix it for the next release

davesann22:03:48

great. thanks

davesann22:03:52

I see this will be done by throwing an exception for any redefined vars. good to know.