[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Request for more input
- To: BUG-LISP at MIT-MC
- Subject: Request for more input
- From: Alan Bawden <ALAN at MIT-MC>
- Date: Wed, 18 Feb 81 01:44:00 GMT
- Cc: KMP at MIT-MC, JONL at MIT-MC
- Original-date: 17 February 1981 20:44-EST
I have had occasion to use GET on hunks. I have also used the hack
GSB mentioned where you use ASSQ on a list of hunks to find one with a
specific CAR. (I hadn't thought of threading them together through
CDRs and using MEMQ, I would have done that otherwise (clever, GSB!).)
I have no current code that uses any of these features, so nothing
will break.
I do mourn the loss of this class of clever hacks.