Re: Beginner emacs / SLIME / ACL / ASDF question
- From: "Unknownmat" <unknownmat@xxxxxxxxx>
- Date: 16 Jul 2006 17:10:46 -0700
Pascal Bourguignon wrote:
If like me you find it a bother to duplicate statements in all theseWhat do you mean by a LOAD form?
files when you try another lisp implementation, you can merely put in
them a LOAD form to load a common file, for example: ~/common.lisp :
(LOAD (MERGE-PATHNAMES
(MAKE-PATHNAME :NAME "COMMON" :TYPE "LISP" :CASE :COMMON)
(USER-HOMEDIR-PATHNAME)
NIL))
Forms are S-Expr (Symbolic Expressions) whose purpose is to be executed.
Some S-Expr are data. Those that are programs are forms.
(LOAD (MERGE-PATHNAMES
(MAKE-PATHNAME :NAME "COMMON" :TYPE "LISP" :CASE :COMMON)
(USER-HOMEDIR-PATHNAME)
NIL))
Ah! I see what you meant now. I had not previously been aware of the
term "form" as an executable s-exp.
That makes a great deal of sense ... Although I do not intend to use
multiple LISP implementations, I DO have Corman Lisp, CLISP, and ACL
currently on my system. I think that I will take your advice in
creating a "Common.lisp" file.
Thanks,
Matt
.
- References:
- Beginner emacs / SLIME / ACL / ASDF question
- From: Unknownmat
- Re: Beginner emacs / SLIME / ACL / ASDF question
- From: Pascal Bourguignon
- Re: Beginner emacs / SLIME / ACL / ASDF question
- From: Unknownmat
- Re: Beginner emacs / SLIME / ACL / ASDF question
- From: Pascal Bourguignon
- Beginner emacs / SLIME / ACL / ASDF question
- Prev by Date: Re: Amazon used lisp & C exclusively?
- Next by Date: Re: What's happening with cliki.net and asdf-install theese days?
- Previous by thread: Re: Beginner emacs / SLIME / ACL / ASDF question
- Next by thread: Re: Beginner emacs / SLIME / ACL / ASDF question
- Index(es):