Login
Remember
Register
Ask a Question
Mention What Are The Two Pre-defined Packages Used In Lisp?
0
votes
asked
Mar 2, 2021
in
LISP
by
SakshiSharma
Mention What Are The Two Pre-defined Packages Used In Lisp?
#lisp-package
lisp-use
pre-defined-package
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 2, 2021
by
SakshiSharma
The two pre-defined packages in LISP are:
Common Lisp: It contains symbols for all the functions and variables defined.
Common Lisp User: It uses the common-lisp package and all other packages with editing and debugging tools.
...