|
|
|
|
|
by agentgt
3218 days ago
|
|
Yes CLOS is superior particularly multimethods. As for the JVM: https://common-lisp.net/project/armedbear/ Sooo its not the JVM. BTW AspectJ and JRebel will get you around methods and even inheritance changes but alas Java does not have multimethods or MOP. I mean CLOS is awesome but so is static analysis :) |
|
Last I've looked Jrebel used a funny mechanism. One couldn't just tell the class to add a slot, but one has to have Jrebel installed and given a new class file, it will detect it and then change/load the class...
That's a rather limited mechanism aimed at development... especially since it needs a license to work...