Benedikt Reinartz
Benedikt Reinartz
https://github.com/jupyter/jupyter_kernel_test/pull/41 allows overriding how a kernel is launched, so we can just call the compiled `ierl` from there directly.
Cf. https://github.com/pythonnet/pythonnet/issues/2396
- Still lacks documentation - The necessary mechanism was released with Erlang 28 (https://www.erlang.org/doc/apps/erts/erl_nif.html#initialization) - Relevant discussion is https://github.com/rusterlium/rustler/discussions/687. The general approach is to create a `staticlib` that depends on...
Currently, returning differently typed terms always involves using `Term
This fixes the dependency issues.
### What does this implement/fix? Explain your changes. ... ### Does this close any currently open issues? ... ### Any other comments? ... ### Checklist Check all those that are...