[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hello / CLISP flying into outer space ? :-)
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: Hello / CLISP flying into outer space ? :-)
- From: Raymond Toy <toy@rtp.ericsson.se>
- Date: Thu, 20 Jul 1995 17:57:16 -0400
- In-reply-to: (Your message of Thu, 20 Jul 1995 23:09:38 +0200.) <199507202111.VAA19446@plato.icc.pdx.edu>
>>>>> "Marcus" == Marcus Daniels <marcus@aristotle.icc.pdx.edu> writes:
Marcus> One could write a batch program to unifdef the sources
Marcus> (per specified platform), and build a "CLISP-lite". Such
Marcus> a tool might be helpful for people doing new ports.
A bit off-topic, but for me, the best thing for porting would be if
the comments in the code were in English---I haven't learned to
read German yet. :-)
But seriously, I had thought about making a few changes to clisp like
putting in the XP pretty printer, and making type contagion work ala
Steele, but I stopped because I couldn't read the comments. Of
course, that's my problem, not yours.
In any case, clisp has been a wonderful lisp. It's never crashed on
me, and it's reasonably fast for what I want. (It was even faster
than CMULISP with proper declarations for some bignum work I was
doing. Numeric work is only marginally slower than CMULISP unless I
painstakingly add all the appropriate declarations, in which case
CMULISP becomes faster.)
Ray