planck

Planck ClojureScript REPL
mfikes 2016-07-20T00:30:33.000009Z

@johanatan: I was thinking about attempting to implement a solution for the timer / setTimeout capability. You aren’t in the middle of trying that, are you?

johanatan 2016-07-20T01:44:06.000010Z

@mfikes: nope, go for it!

mfikes 2016-07-20T01:44:15.000011Z

thanks!

johanatan 2016-07-20T01:45:01.000012Z

@mfikes: btw, that weird error i saw when I attempted to factor the docstrings for async/sh and sh is due to compile time meta information not being available at runtime (something involving ann if i recall correctly)

mfikes 2016-07-20T01:45:21.000013Z

Ahh

johanatan 2016-07-20T01:45:21.000014Z

ppl have worked around it by manually embedding that info but seems like a lot of work for this case