iacore
iacore
@amano-kenji here's a janky workaround you can use for now (on Linux) ``` (def kill (ffi/lookup (ffi/native) "kill")) (def signature (ffi/signature :default :int :int :int)) (defn action [] (sh/rm "test")...
awawawawawa. ``` (pp (dyn *args*)) (pp (dyn *current-file*)) ```
here's a better tutorial: Page 7 of https://llvm.org/devmtg/2020-09/slides/PGO_Instrumentation.pdf Also https://source.android.com/docs/core/perf/pgo
Shouldn't REPL stop parsing on first parse error? like `(parse "\"a\\b\"")`
> > Shouldn't REPL stop parsing on first parse error? like `(parse "\"a\\b\"")` > > No, since a user at a repl would want to continue after any errors to...
> You can use Ctrl-Q at the repl to cancel the current form though. Thanks! this helps
I think it can link libffi statically. Like how it's possible to link mimalloc statically.
No. POSIX has more signal-related API than `sigaction`.
I've only seen mDNS being used for link local
Should I close this?