Remix.run Logo
nurettin 5 days ago

> There are problem domains where tracing garbage collection simply cannot be avoided.

Can you expound on that? I've been doing this for a while and haven't seen such a domain yet.

zozbot234 5 days ago | parent [-]

Many problems in GOFAI are typical examples. It's no coincidence that tracing garbage collection was originally developed in connection with LISP, the standard language of GOFAI.

nurettin 5 days ago | parent [-]

Really? I've implemented plenty of minimax models in the early 2000s, but the idea of using GC never came up.