All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.armedbear.lisp.protocol.LispObject Maven / Gradle / Ivy

There is a newer version: 1.9.2
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy