|
|
|
|
|
by lispm
2309 days ago
|
|
Most Common Lisp is actually compiled, not interpreted. If one compiles code or loads compiled code to something like SBCL and dumps an image, you can both run it directly from that image AND have still have the development tools included. Some Common Lisp implementations also have delivery tools which create applications without development tools. Some applications though include the development tools, because they are thought to be extended by the user. For example a CL-based CAD system might exposed Common Lisp as the scripting language for CAD extensions. |
|
But you didn't say anything about the original question. Have you seen Common Lisp code deployed as an executable or as source code?