kawa
Class repl
- Named
Start a "Read-Eval-Print-Loop" for the Kawa Scheme evaluator.
apply , apply , apply0 , apply1 , apply2 , apply3 , apply4 , applyN , check0 , check1 , check2 , check3 , check4 , checkArgCount , checkN , getName , getProperty , getSetter , getSymbol , match0 , match1 , match2 , match3 , match4 , matchN , maxArgs , minArgs , name , numArgs , removeProperty , set0 , set1 , setN , setName , setProperty , setProperty , setSetter , setSymbol , toString |
commandLineArgArray
public static String[] commandLineArgArray
commandLineArguments
public static FVector commandLineArguments
compilationDirectory
public static String compilationDirectory
compilationPrefix
public static String compilationPrefix
compilationTopname
public static String compilationTopname
homeDirectory
public static String homeDirectory
exitDecrement
public static void exitDecrement()
Work around an AWT bug, where AWT threads are non-daemon.
Thus if you start up AWT, the JVM will wait for the AWT to finish,
even if there are no other non-daemon threads.
So call exitIncrement() each time a Freme is created,
and call exitDecrement() a Frame is closed.
exitIncrement
public static void exitIncrement()
See exitDecrement.
getLanguage
public static void getLanguage()
getLanguageFromFilenameExtension
public static void getLanguageFromFilenameExtension(String name)
main
public static void main(args[] )
printOption
public static void printOption(PrintStream out,
String option,
String doc)
printOptions
public static void printOptions(PrintStream out)
processArgs
public static int processArgs(String[] args,
int iArg,
int maxArg)
setArgs
public static void setArgs(String[] args,
int arg_start)