Given a Julia function `f` and its arguments `agrs` return typed Julia source code via a macro

No, this is currently not possible, see:

https://github.com/JuliaLang/julia/issues/2625

Edit: this is only regarding extracting the original source code, without any type information.

1 Like