java中创建公共类,如何创建“单一调度,面向对象的类”?在julia中,行为类似于具有公共/私有字段和方法的标准Java类...
I read in a book that "you can't create traditional 'classes' in julia with single-dispatch-style methods like obj.myfunc()" ... and I thought that sounded more like a challenge than a fact.So here's ...