This module defines several classes to represent functional (that is, applicable) objects in Lisp, such as closures. Macro (in the sence of Common Lisp) is also an applicable object in InteLib Lisp, and it is represented by the LExpressionMacro class here.
Definition in file llambda.hpp.
#include "../sexpress/sexpress.hpp"
#include "../sexpress/iexcept.hpp"
#include "../genlisp/lispform.hpp"
#include "lcont.hpp"
Include dependency graph for llambda.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.