Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!beach.cis.ufl.edu!kcw From: kcw@beach.cis.ufl.edu (Ken Whedbee) Newsgroups: comp.lang.lisp.x Subject: implementing GETHASH and MAKE-HASH-TABLE Message-ID: <24156@uflorida.cis.ufl.EDU> Date: 21 Aug 90 02:06:14 GMT Sender: news@uflorida.cis.ufl.EDU Reply-To: kcw@beach.cis.ufl.edu () Organization: UF CIS Department Lines: 21 Hi, I've gotten to the point where it would be nice if I had the Common Lisp functions (MAKE-HASH-TABLE) and (GETHASH) implemented in xlisp. I don't need the "full" implementation of these functions as described in CLtL, but (GETHASH) should work with the (SETF) place form. Has anybody implemented these functions and hacked the C source code to (SETF) so that (GETHASH) can be a place form ? If not, does anyone who has monkeyed around with the (SETF) source code care to point out any traps or pitfalls that might lie there in creating a new place form ? thanx ! -- Ken Whedbee Internet: kcw@beach.cis.ufl.edu University of Florida UUCP: ..!uflorida!beach.cis.ufl.edu!kcw "C Code. C code run. Run, code, run... PLEASE!!!" -- Barbara Toungue