![JAR search and dependency download from the Maven repository](/logo.png)
org.armedbear.lisp.protocol.LispObject Maven / Gradle / Ivy
package org.armedbear.lisp.protocol;
/** Mark implementation of the LispObject protocol. */
public interface LispObject {
public org.armedbear.lisp.LispObject typeOf();
// TODO fill in with other functions as need arises
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy