|
NAMEkawa - Scheme language implemented using on a Java VMSYNOPSISkawa [options]java kawa.repl [options] DESCRIPTIONThis manual page documents briefly the kawa package, a Scheme dialect written completely in the Java language. Scheme forms are compiled into Java bytecodes for efficiency.Scheme is a high-level non-pure functional language in the Lisp family, with lexical scoping dynamically-types. The Kawa dialect of Scheme contains hooks to access and control Java objects. Using the kawa script is equivalent to invoking an interpreter of the Java language on the kawa.repl class. This manual page is just a quick synopsis. For more information, read the kawa manual - see below. OPTIONS
If no options are specified, it is equivalent to -s.
FILES
AUTHORPer Bothner <per@bothner.com>.SEE ALSOinfo kawa - the complete Kawa manual. http://www.gnu.org/software/kawa/ - the kawa home page, based on the same Kawa manual.qexo(1) - an implementation of XQuery using the same engine. Visit the GSP FreeBSD Man Page Interface. |