[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: DRB at MIT-MC (David R. Barton)
- Date: Wed, 26 Apr 78 06:22:00 GMT
- Cc: DRB at MIT-MC, BMT at MIT-MC, RZ at MIT-MC
- Original-date: 26 APR 1978 0122-EST
This is not a bug but a question: Can I easily re-define the read-eval-print
loop? My problem is almost a standard one: I want to use different printers
for different data-types. The problem is that I can't just setq PRIN1 to
something, because I can't tell the data-type of a frob by looking at its
value. [I can only find the data-type if I know the expression that was READ,
before the EVAL.] Thanks for any advice.