scicloj / clay

A REPL-friendly Clojure tool for notebooks and datavis
https://scicloj.github.io/clay/
Eclipse Public License 1.0
134 stars 13 forks source link

make the Delay case robust to failures #13

Closed daslu closed 2 years ago

daslu commented 2 years ago

Currently, an error on dereferencing a Delay value might make the whole tool stop working.

daslu commented 2 years ago

I was wrong to think it was the reason for some failures I experienced. Closing this.