[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#+IBCL or #+KCL
- To: CommonLoops.pa@Xerox.COM
- Subject: #+IBCL or #+KCL
- From: kanderso@WILMA.BBN.COM
- Date: Tue, 09 Feb 88 22:17:36 -0500
- Cc: kanderson@WILMA.BBN.COM
- Redistributed: CommonLoops.pa
in (defvar *pcl-system-date* "2/7/88 Febuary 7th 1988")
Defsys.lisp contains:
#+IBCL
(push 'kcl *features*)
I found that to make PCL in KCL i need to add:
#+kcl
(push 'IBCL *features*)
also to get the #+IBCL in walk.lisp to work. Can we make things
more consistant by saying somthing like #+(or kcl ibcl) where appropriate?
k