|
From: | Gerd Möllmann |
Subject: | Re: Shrinking the C core |
Date: | Sun, 13 Aug 2023 10:06:52 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 |
Okay, but here it isn't about joining the CL standard, it is the situation that we have "the Lisp editor" yet our Lisp is much slower than other people's Lisp, and for no good reason what I can understand as Emacs is C, and SBCL is C. What's the difference, why is one so much faster than the other?
Just wanted to mention that SBCL is not implemented in C. It only has a small C runtime containing various GC alternatives and hardware/OS dependent stuff. The rest is Lisp, including bignums and compiler.
[Prev in Thread] | Current Thread | [Next in Thread] |