Lisp for World Wide Web Server
Why is Lisp particularly well suited for Web service?
Lisp is a dynamic language.
- Functions can be redefined on the fly.
- Classes can be redefined on the fly.
- All existing instances automatically updated to reflect new class.
- Instances can change their class on the fly.