[Openmcl-devel] Feature request: DEFINE-TOPLEVEL-COMMAND should be external

Ron Garret ron at flownet.com
Wed Feb 24 10:10:13 PST 2010


On Feb 24, 2010, at 9:54 AM, Tim Bradshaw wrote:

> On 24 Feb 2010, at 17:12, Ron Garret wrote:
> 
>> 
>> (with-open-file (f #P"~/ccl-init.lisp" :direction :append :if-does-not-exist :create)
>> (format f "~&(import 'ccl::define-top-level-command :cl-user)))
> 
> Yes, I know how to do that, bit it's not an answer any more than having to import DEFUN into every package I write in would be.

(with-open-file (f #P"~/ccl-init.lisp" :direction :append :if-does-not-exist :create)
  (format f "~&(export 'ccl::define-top-level-command :ccl)))

Obviously I know you know this.  What I'm really dancing around is the question of why you think it's important for this to be part of the standard distribution.

rg




More information about the Openmcl-devel mailing list