Re: Save & load file
Blake McBride <[email protected]> Wed, 15 Jul 2015 06:06:25 -0500
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <CABwHSOuD-UXiN6uHSg4N+uLSzkwBK46JhcdkiMQ30k7P9qSC+Q@mail.gmail.com> |
On Wed, Jul 15, 2015 at 4:36 AM, edgar <[email protected]> wrote: > Am Tue, 14 Jul 2015 20:15:23 -0500 > schrieb Blake McBride <[email protected]>: > > > ... > > > > I am surprised this sequence isn't a pre-configured feature of > > standard slime with a keyboard shortcut. It is my most used sequence. > > Maybe because in 2015 most Common Lisp implementations are > compilers and not interpreters anymore? > Fine. In those cases, load compiles anyway. No necessity to _compile_ before loading. > > To me it looks as if you either do unusual things or have > an unusual operating system or Common Lisp implementation, > where both could be a valid explanation. > I gave my exact reasons in another message. > > There's nothing bad in using CL:LOAD, but I can't remember > a situation from the last ten years where I have used it. > Funny. I almost always use load. I only compile when done. (And I do understand that many lisp's just compile as they load - but of course, I don't end up with a bunch of compile files.) > > - edgar > >