Module Lisp.Unit

A Primus Lisp module.

Primus Lisp programs are packed in modules in the knowledge base. The module has the Theory.Unit.source field that contains the program and other relevant fields. The source language is set to Unit.language.

create ?name target creates a Lisp unit.

The unit target field is set to target and the name is interned in the lisp package.

is_lisp unit is true if unit was created with create.

The language identifier for Primus Lisp.