CLISP problem with #_getpid in sl-on-cl.lisp
I have implemented getpid in CCL REDUCE as suggested. The version I have just committed (r7220) builds REDUCE without errors for me on SBCL, CLISP and CCL on Windows. Francis
Common Lisp: better tracing and CCL support
That seems to work for me today. I don't know why it didn't before. But I want to test this thoroughly, and perhaps fix a few more issues, before I commit an update. Thanks, Francis From: bugs@reduce-algebra.p.re.sourceforge.net bugs@reduce-algebra.p.re.sourceforge.net on behalf of Marco Ferraris marcoferraris@users.sourceforge.net Sent: Sunday, December 07, 2025 12:11 PM To: [reduce-algebra:bugs] 186@bugs.reduce-algebra.p.re.sourceforge.net Subject: [reduce-algebra:bugs] #186 CLISP problem with...
CLISP problem with #_getpid in sl-on-cl.lisp
I'm using the latest version of sl-on-cl.lisp that has near the top ;; Time-stamp: <2025-12-02 16:50:12 franc> For me, this file compiles with no warnings or errors on Windows 11 using GNU CLISP 2.49+ (2010-07-17) and on Ubuntu using GNU CLISP 2.49.93+ (2018-02-18). As far as I can see, the current version of CCL, which is 1.13 released on Aug 14, 2024 (so over a year old) does not define ccl::getpid. Instead, it uses the non-standard reader macro #_ to look up getpid in a table of foreign functions,...
Common Lisp: fix reader macro #_
Common Lisp: updates for CLISP and CCL