Hacker News new | ask | show | jobs
by sctb 1024 days ago
For more Lisp+Immix action there's also Andy Wingo's article and talk about a new GC for Guile from earlier this year:

Article: https://wingolog.org/archives/2023/02/07/whippet-towards-a-n...

Talk: https://fosdem.org/2023/schedule/event/whippet

1 comments

Good to know, it never sat right with me that Guile depended on BDW-GC for so long. That's what you use when you are implementing a toy language and don't have time to write your own GC.
It was never the biggest hurdle for guile performance. I do believe guix has the potential to hit the GC wall, but for most programs I think it has served guile well.

With that said, the upcoming immix collector is really friggin exciting.