sisc.nativefun |
|
Java Source File Name | Type | Comment |
CommonIndexedProcedure.java | Class | CommonIndexedProcedure is a helper class intended to unify the interfaces
of fixable and non-fixable procedures, so that development of native
libraries is more consistent and flexible. |
FixableProcedure.java | Class | A fixable procedure is a Scheme procedure similar to a NativeProcedure,
but which does not need access to the Interpreter to be implemented,
causes no side-effects, and requires three or fewer arguments. |
IndexedFixableProcedure.java | Class | An indexed procedure contains the implementation of many
native procedures, indexed by an integer. |
IndexedLibraryAdapter.java | Class | |
IndexedProcedure.java | Class | An indexed procedure contains the implementation of many
native procedures, indexed by an integer. |
NativeLibrary.java | Class | A Native Library is a collection of bindings that can be imported
into any environment in SISC. |
NativeModuleTemplate.java | Class | This class serves only as an example, and should never be subclassed
Remove the abstract modifier when copying/pasting. |
NativeProcedure.java | Class | A native procedure is a Scheme procedure whose behavior when
applied is implemented in Java code. |
NestedPrimRuntimeException.java | Class | |
PrimRuntimeException.java | Class | |