scicloj / notespace

using your namespace as a notebook
Eclipse Public License 2.0
148 stars 10 forks source link

ISSUE-42: make creation of user extensible kinds easier #42

Closed jjtolton closed 3 years ago

jjtolton commented 3 years ago

Right now, the development workflow for implementing user extensible kinds is a little frustrating due to the fact that multimethods are not redefined in a REPL session unless they are cleared from the namespace and reevaluated. There should be code that does this automatically to improve the development experience and minimize required techniques and documentation.