Path: csiph.com!weretis.net!feeder9.news.weretis.net!border-2.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-2.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 09 Aug 2026 22:42:29 +0000 From: steve g Newsgroups: comp.lang.lisp Subject: Re: Resources to learn common lisp? References: <874inbqdz7.fsf@mariorosell.es> <110es1g$1kk17$1@dont-email.me> <110fj4q$1r13s$5@dont-email.me> <110guci$26cjr$1@dont-email.me> <110i789$2iqm8$7@dont-email.me> <110j4qk$2q1p4$1@dont-email.me> <110l0v9$3av52$1@dont-email.me> <110nf0q$3vra6$3@dont-email.me> <87y0gg62cx.fsf@nightsong.com> <110rfqf$142ot$1@dont-email.me> <111ne5o$vsm3$3@dont-email.me> <111pbk6$36pi7$1@dont-email.me> <111sb7u$3ua8h$7@dont-email.me> <111t73h$6a1k$1@dont-email.me> <1126vrf$31p54$4@dont-email.me> <87wludtv85.fsf@gmail.com> <114e3qf$18m2n$12@dont-email.me> <877bm5ux0t.fsf@gmail.com> <1150bqc$3blde$8@dont-email.me> Date: Sun, 09 Aug 2026 18:42:29 -0400 Message-ID: <87zeyuvru2.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:JCcUFGzskgGWxvcKXyDwPIV+GGY= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Lines: 11 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-FwSg2+bAtWcVKlqJ5NSZ0qtMHJSn3Lk5dDfqzZUldXnbZl7sKUJQk85MSitKApnXAXdDVc4Fbt26VCq!7Dw4JZd0ZCAmvMZcuD/kSUkwCZFYn959ezJ1JB1r222HTG0= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Xref: csiph.com comp.lang.lisp:61348 Johann 'Myrkraverk' Oskarsson writes: > On 06/08/2026 6:00 AM, Lawrence D’Oliveiro wrote: >> If garbage collection is so good, why don’t high-performance operating >> system kernels use it? Why do they prefer reference-counting instead? to be a high performance kernel you should not need to do garbage collection. GC is for user space, not kernel space. Kernel developers are usually very good programmers.