|
|
|
|
|
by dleslie
1058 days ago
|
|
The classic lisp way is to build a runtime image by editing the image while running it, then dumping a binary. You never specifically need to load a source file. But you can't easily collaborate with that style of development. |
|
The REPL (or scratch buffer) is typically used for testing/observing. Not the actual source code development. Although it is possible to never write your source code to a file if you're just playing around with a toy experiment.