Corman Lisp Discussion Groups Forum Index Corman Lisp Discussion Groups
For discussing Corman Lisp topics, and other programming topics
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

For CCL 3.01, use sxhash symbol-name of symbols

 
Post new topic   Reply to topic    Corman Lisp Discussion Groups Forum Index -> Technical Issues
View previous topic :: View next topic  
Author Message
pTymN



Joined: 16 Nov 2005
Posts: 42
Location: Chapel Hill, NC, USA, Earth...

PostPosted: Mon Jul 21, 2008 5:06 pm    Post subject: For CCL 3.01, use sxhash symbol-name of symbols Reply with quote

; The CCL 3.01 implementation of sxhash is broken for symbols
(in-package :cl)
(defun sxhash (object)
(if (symbolp object)
(hash-equalp-function (symbol-name object))
(hash-equalp-function object)))
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Corman Lisp Discussion Groups Forum Index -> Technical Issues All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group