Closed jeaye closed 1 week ago
This will follow Clojure's delay (Delay.java). Community docs: https://clojuredocs.org/clojure.core/delay
Delay.java
We already have support for @ and deref, but force and delay don't exist yet.
@
deref
force
delay
object_type
reduced
visit_object
volatile.hpp
delay.hpp
will take this one.
https://github.com/jank-lang/jank/pull/123 should have completed this feature.
Yep. In the PR, you can add "This closes #nnn" and Github will do it for us automatically.
This will follow Clojure's delay (
Delay.java
). Community docs: https://clojuredocs.org/clojure.core/delayWe already have support for
@
andderef
, butforce
anddelay
don't exist yet.object_type
fordelay
(underreduced
)delay
underreduced
invisit_object
volatile.hpp
intodelay.hpp
and implementderef
delay
andforce
to clojure.core