[comp.sys.xerox] CL:COMPILE in 1186 Medley vs. CL:COMPILE in SUN Medley...

backlund@SICS.SE (Bj|rn Backlund) (01/16/90)

The following pice of code cannot be compiled with CL:COMPILE on a 1186
running Medley, but on a SUN-4 running Medley 1.1 it can......

(CL:DEFUN FOO ()
    (PROG ()
       (CL:WHEN (CL:STRING= "" "")
          (GO BI))
     BI))

Why ?


---BjornB
Swedish Institute of Computer Science

PS. Is there anybody out there which has a layout-algorithm handling cyclic graphs...?
Written in CL or IL ?
DS.