From: Clint Hyde
Subject: RE: What is LISP mostly used for ?
Date: 
Message-ID: <3o33jc$mpm@info-server.bbn.com>
the project I've been doing the last 18 months is a simulator which
includes allowing the user to define simulation object classes on the
fly, dynamically load those classes and methods written on them, insert
code fragments into other portions of the simulator which handle
predefined events and execute those code-frags...construct new screen/UI
gadgets and methods, also to be loaded dynamically during runtime, to
construct various simulation models and interact with them.

 -- clint

ps. this would all be pretty darn tricky in another language.