← Back to context

Comment by ptx

1 year ago

> quite impressive for a single author to have a functional, fast language with a working garbage collector

From what I gather from the article, they didn't implement a garbage collector, but rather integrated the Boehm GC. This is a conservative collector, so it doesn't collect all garbage.

> But the fact that these are the features being complained about, not the core of the language, says something in itself.

Memory management is a core part of a language. According to the article this core part doesn't work, which is a pretty big flaw.