[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: free clim code using clisp
Hi,
U-E59264-Osman Buyukisik wrote in September:
> I would like to turn off the loader warning about redefinitions. Is
> this possible in clisp? It is pain as in this Express Windows (EW)
> code a lot of i/o functions are redefined.
Are you sure you want to redefine functions from package LISP (or
COMMON-LISP)? Wouldn't you be better off using an own package which
shadows OPEN, LISTEN, READ-CHAR etc.?
(defpackage "ASCON"
#+:CLISP (:shadow "!")
(:use "LISP")
(:export "!" "MATCH" "MATCHEES" "MATCHEE" "HASH")
;...
)
Regards,
Jo"rg Ho"hle.
Joerg.Hoehle@gmd.de http://zeus.gmd.de/~hoehle/amiga-clisp.html