ierl icon indicating copy to clipboard operation
ierl copied to clipboard

BEAM Jupyter Kernels Tool

Results 7 ierl issues
Sort by recently updated
recently updated
newest added

https://hex.pm/packages/argparse

Records are not supported currently, as they need an additional compile-pass that is not run at the moment.

Erlang variable bindings are currently not completed. While this is not hugely difficult, it needs to be implemented manually, there is no direct support for this in the standard library.

Instead of writing a new "separate" kernel for each language, maybe we could mix them such that every cell could be executed in the language of choice. This is in...