[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Using EQ instead of EQL to compare catch tags
- To: COMMON-LISP@SU-AI
- Subject: Using EQ instead of EQL to compare catch tags
- From: Kent M Pitman <KMP%MIT-OZ@MIT-MC.ARPA>
- Date: Sat 10 Nov 84 18:29-EST
Is there a reason why EQ was chosen instead of EQL for comparing CATCH
tags? It seems to me that signalling errors isn't likely to be so blindingly
fast that using EQL instead of EQ would slow it down enough to matter,
and it would simplify the definition (top of p140) to use EQL, wouldn't it?
This would be an upward compatible change.
-kmp