|
|||||||||
| Home >> All >> com >> memoire >> [ silk overview ] | PREV NEXT | ||||||||
Uses of Class
com.memoire.silk.SilkScheme
| Uses of SilkScheme in com.memoire.silk |
| Methods in com.memoire.silk with parameters of type SilkScheme | |
abstract java.lang.Object |
SilkProcedure.apply(SilkScheme interpreter,
java.lang.Object args)
|
java.lang.Object |
SilkContinuation.apply(SilkScheme interpreter,
java.lang.Object args)
|
java.lang.Object |
SilkClosure.apply(SilkScheme interpreter,
java.lang.Object args)
Apply a closure to a list of arguments. |
static SilkInputPort |
SilkSchemeUtils.inPort(java.lang.Object x,
SilkScheme interp)
Coerces a SilkScheme object to a SilkScheme input port, which is an SilkInputPort. |
static java.io.PrintWriter |
SilkSchemeUtils.outPort(java.lang.Object x,
SilkScheme interp)
Coerces a SilkScheme object to a SilkScheme input port, which is a PrintWriter. |
java.lang.Object |
SilkJavaMethod.apply(SilkScheme interpreter,
java.lang.Object args)
Apply the method to a list of arguments. |
java.lang.Object |
SilkPrimitive.apply(SilkScheme interp,
java.lang.Object args)
Apply a primitive to a list of arguments. |
(package private) static SilkPair |
SilkPrimitive.map(SilkProcedure proc,
java.lang.Object args,
SilkScheme interp,
SilkPair result)
Map proc over a list of lists of args, in the given interpreter. |
SilkPair |
SilkMacro.expand(SilkScheme interpreter,
SilkPair oldSilkPair,
java.lang.Object args)
Replace the old cons cell with the macro expansion, and return it. |
static java.lang.Object |
SilkMacro.macroExpand(SilkScheme interpreter,
java.lang.Object x)
SilkMacro expand an expression |
|
|||||||||
| Home >> All >> com >> memoire >> [ silk overview ] | PREV NEXT | ||||||||