I have nothing problem with it .
I’ve one silly problem that i am looking for , like in classes we use like class.
and hitting tab
gives all methods
interactively but in Multiple dispatch way.
I’ve to use a function which prints all methods at once and not interactive. As we have in julia,
methods(...)
I am thinking a way to get interactively those methods like auto completer
.
This is Is there Way to know methods/functions of classes(modules/functions) - #5 by vedasulo and I hope that alot of innovation have done, this would come in future .