
                              Y L i s p  3.6

                    = Common LISP Development System =


    Language YLisp fully conform the Common LISP standard
       * 11 built-in data types and 6 subtypes
       * Over 500 functions, special forms, macros and variables
       * Lexically scoped, but enables dynamic variables (defvar)
       * Multiple valued functions
       * General variables and macro setf
       * Lambda keywords &optional, &key and all other are supported
       * Macro characters including backquote (`) feature

    Common LISP Object System (CLOS) Compliance
       * Multiple inheritance
       * Meta-level hierarchy includes metaclasses standard-class and
         structure-class
       * Initialization arguments feature

    Extensive set of development and debugging tools
       * Interpreter and semicompiler
       * Break-loop debugger with any number of break levels
       * Stack inspector, trace and step utilities
       * Fast rolling in and out current LISP environment
       * Project Maker
       * Pretty Printer

    Documentation
       * On-line help includes reference about all primitives
       * Documentation strings and setf-documentation facilities

    Add-on
       * Super parentheses { }
       * Keymaps

    If you need fast, powerful and compact
    development system, try YLisp.

