Loads GEMS along with support for graphical user interfaces, using the LTk library.

(require 'gems/tk) loads three packages:

Some GEMS-specific functions are included in the "gems/tk" package.

example Example:

> sbcl
* (require 'asdf)
* (require 'gems/tk)
* (gems/tk:parse-tree-window '(prog2 (compare-1-2) (prog2 (if (compare-1-2) (respond-left) (respond-right)))))
*

gems tk tree

Functions