Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
com.memoire.silk

Classes in com.memoire.silk used by com.memoire.silk
SilkClosure
          A closure is a user-defined procedure.
SilkEnvironment
          SilkEnvironments allow you to look up the value of a variable, given its name.
SilkInputPort
          SilkInputPort is to SilkScheme as InputStream is to Java.
SilkPair
          A SilkPair has two fields, first and rest (or car and cdr).
SilkProcedure
           
SilkScheme
          This class represents a SilkScheme interpreter.
SilkSchemeUtils