Skip to content
  • Liam Healy's avatar
    Port to non-native implementation and CLISP · b3c65d75
    Liam Healy authored
    Make functional for non-native CL implementation, with allocation of C
    arrays and correct copying between CL and C sides.  Testbed for this
    is CLISP, but CLISP has several problems which may be a problem with
    the GSLL code or may be in CLISP:
     - need to set sys::*inhibit-floating-point-underflow*
     - CLISP doesn't see defconstant defined when it's used in the same file
     - many tests give "Program stack overflow" error and debugging
        procedure not clear
     - failure on amd64 bit platform
    b3c65d75