Multiple Language Support

Chris Bitmead uid(x22068) Chris.Bitmead@Alcatel.com.au
Tue, 06 May 1997 11:17:21 +1000


>>[Scheme-in-CL]
>It seems that the major sources of problems for Scheme and CL to interact are
>* #f '() 'nil distinction
>* call/cc
>How much would it cost to have CL programs
>recognize 3 different internal representations for NIL ?

Well if you just have #f and nil as different objects and hack the CL
eq function to do a special case it would work. Ok, a very slight loss
in efficiency for CL, but it would make us Scheme programmers very
happy :-)