Hi all,
Does someone know whether there is a way to show what functions are already precompiled in the current REPL session?
I think such function could be useful to create
- a REPL instance manager (htop for Julia)
- in conjunction with PackageCompiler
- Along the lines of other inspectability tools like
bitstring, @which, @edit
and the like.
If someone can show me a direction to look I might try my hand at implementing something similar. Is PackageCompiler.jl a good place to start looking?
kr,
Dieter