Provide a more useful implementation of LispObject.toString().
Since most JVM debuggers use the java.lang.Object.toString() contract to provide meaningful information for users, we have out default implementation call the princToString() implementation.
Please register or sign in to comment