@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?
@mfikes: nope, go for it!
thanks!
@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)
Ahh
ppl have worked around it by manually embedding that info but seems like a lot of work for this case