486affb3d3aa2ffc14c006ae2f9ebecd6b47e591
[clnl] / src / main / clnl / extensions / cli / package.lisp
1 (defpackage #:clnl-extension-cli
2  (:use :common-lisp)
3  (:documentation
4   "CLI Extension
5
6 The CLI Extension provides prims for interacting with the interface from the
7 commandline.  It is a special extension in that it is the only one that without
8 a prefix being appended to the prims.
9
10 It uses the available functions made public through normal clnl packages to
11 offer command line operations to control the clnl program.  Because it is
12 an extension, all primitives are also available to any NetLogo programs
13 running in CLNL.  As there is no special case control mechanism in the original
14 NetLogo, the CLI extension represents a departure from classic NetLogo."))