-
a function in jn is really just a fully qualified name and isnt really stored in one place. the methods that make up a function's bodies are stored in CLR assemblies and can be live coded or generated by the compiler when need be (ie for specialization)

