bakpakin on master
Fix docstring. (compare)
bakpakin on master
Add testcase for issue #1005 (compare)
bakpakin on master
Get rid of disabled tracing. #1… (compare)
bakpakin on master
Address #1005 - Fix janet_call … (compare)
(print (marshal wrapped))
should show the string
disasm
works but not on cfunctions
((disasm nil?) :arity)
compile
and examine the return value too.
(compile '(put 1))
@{:column 11 :error "<function put> expects at least 3 arguments, got 1" :line 8}
(while true)
to keep the server running, and it seems like the repl is blocked while this is happening. Having said this, I realize the solution might simply be to wrap it in a coroutine. That would make it async, and perhaps not block the repl.