rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.48k stars 101 forks source link

[fix] Do not use SBCL-specific SEQUENCE:DOSEQUENCE #242

Closed ska80 closed 1 year ago

ska80 commented 1 year ago

I encountered an error when I tried to load CLOG Builder with LispWorks. This PR fixes the error replacing the SBCL-specific SEQUENCE:DOSEQUENCE with CL:LOOP.

rabbibotton commented 1 year ago

Very very appreciated, I guess I missed that when accepting someones contribution to the projects. Is there any specific instructions in general for getting CLOG to run on LispWorks?

ska80 commented 1 year ago

Is there any specific instructions in general for getting CLOG to run on LispWorks?

Amazingly, CLOG works out of the box with LispWorks 8 :)