JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(def f (ev/go (coro "world"))) # coro is great for fast fiber creating (ev/sleep 0.0001) # give ev a chance in the REPL, remove in file (fiber/last-value f) # "world"