are my main concerns resolved: • Hello World 200 MB ? • discoverability of functions: object.fun => fun(object) in REPL / IDE? object. => List of applicable functions?
> discoverability of functions I think for the most part this is solved. It works very well and has good integration with VS Code: julia> integrator. EEst accept_step alg cache callback_cache differential_vars do_error_check dt dtacc ... etc. cut short. julia> ODEProblem( ODEProblem(f::SciMLBase.AbstractODEFunction, u0, tspan, args...; kwargs...) @ SciMLBase C:\Users\accou\.julia\dev\SciMLBase\src\problems\ode_proble…
julia> x="hi" "hi"
julia> x.
nothing!