How to print in REPL the code of functions in Julia?

后端 未结 4 1023
清歌不尽
清歌不尽 2021-01-14 12:09

In Julia, a lot of the Base and closer related functions are also written in pure Julia, and the code is easily avaible. One can skim through the repository or the local dow

4条回答
  •  清歌不尽
    2021-01-14 12:39

    There is now another tool for this, https://github.com/timholy/CodeTracking.jl. It is part of Revise.jl (and works better when also using Revise). It should work inside Jupyter and with functions defined in the REPL, unlike @edit/@less.

提交回复
热议问题