file: job.t package: muf status: alpha
The currentCompiledFunction
function returns
the currently compiled function. (It isn't really a
path function, but it seems to below with job
and kin anyhow.)
This currentCompiledFunction
function is
useful when code within a function needs to refer
to that function, which would otherwise be
difficult since the compiledFunction does not yet
exist when the code for it is being specified.
(Generic functions are one common example kind of compiled-functions which need to refer to themselves.)
Go to the first, previous, next, last section, table of contents.