|
Lisp at
|
Lisp : Object-oriented langage
| ||||||||
|
In Common Lisp, the object oriented system is called CLOS (Common Lisp Object System). It is part of the Common Lisp ANSI standard. It offers all advanced object oriented capabilities:
CLOS is a dynamic object oriented language. This means that you can modify classes and objects on the fly, without stopping your application and without having to recompile everything. | ||||||||
|
|||||||||
|
Last update : 22/12/2000 | ||||||||