packages = makeList(f_systemPackage,clPackage,f_keywordPackage,PACKAGE);
initConstants2();
COMPILER = new LispCompiler(this);
MACHINE = new SECDMachine(this);
PARSER = new LispParser(this, new InputStreamReader(System.in));
// Need to allow *TOP-LEVEL-PROMPT* to change this.
prompt = makeString("Jatha> ");