Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!ISUMVS.BITNET!GG.SPY From: GG.SPY@ISUMVS.BITNET ("John Hascall") Newsgroups: comp.os.vms Subject: Re: xor primative in lisp Message-ID: <8803130728.AA24903@ucbvax.Berkeley.EDU> Date: 11 Mar 88 14:50:45 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 30 Sorry, if this is not of general interest, but someones brain-dead mailer along the way prevented a direct reply.... From: GG.SPY@ISUMVS.BITNET Date: Fri, 11 Mar 88 08:43:19 CST To: Subject: Re: xor primative in lisp > From: "FRODO::SAGANICH" > Subject: xor primative in lisp > > HI Infovaxers, > I am using a lisp compiler running commonlisp and I need > to do an exclusive or. Does anyone know if there is an xor primative. > I don't have access to the manuals ans so being told to look there is > no help. If there is no primative has someone done this before? If so > could you send me the code? > > Thanks > > saganich%frodo.decnet%mghccc@husc6.bitnet > ------ I believe what you want is: (logxor int1 int2) John Hascall Iowa State University Computation Center GGUUU@ISUMVS.BITNET