Newsgroups: comp.lang.lisp.mcl
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news2.near.net!howland.reston.ans.net!gatech!rutgers!att-out!undergrad.math.uwaterloo.ca!wewallac
From: wewallac@watcgl.uwaterloo.ca (Bill Wallace)
Subject: sublis working?
Message-ID: <D0o9M3.Ltz@undergrad.math.uwaterloo.ca>
Sender: news@undergrad.math.uwaterloo.ca (news spool owner)
Nntp-Posting-Host: watcgl.uwaterloo.ca
Organization: University of Waterloo
Date: Mon, 12 Dec 1994 00:34:51 GMT
Lines: 16

Could someone test to see if sublis works (p 425 cltl2)?  If anyone has
written an efficient version of it, I would appreciate a fixed copy,
or some comments on what I am doing wrong.  I have tried:

(sublis '((a.b) (c.d))  '(a b c d e))
and it returns
'(a b c d e)

I also tried the example from cltl2, but that example doesn't work
either.

Thanks,
Bill



