An app can not load a Julia package. At least not conveniently. Suppose someone wanted to measure the error for logit from LogExpFunctions.jl, currently they would need to redefine logit when calling the app on the command line.
Thus it would be preferable to expose an actual API.
An app can not load a Julia package. At least not conveniently. Suppose someone wanted to measure the error for
logitfrom LogExpFunctions.jl, currently they would need to redefinelogitwhen calling the app on the command line.Thus it would be preferable to expose an actual API.