mthom / scryer-prolog

A modern Prolog implementation written mostly in Rust.
BSD 3-Clause "New" or "Revised" License
2.01k stars 117 forks source link

Garbage collector #2045

Open bakaq opened 11 months ago

bakaq commented 11 months ago

This is not a feature request, as it's already being worked on. I just think it's useful to have an issue for something like this so that progress on it can be tracked, but also, more importantly, so that it can be referenced elsewhere (in other issues for example).

triska commented 1 month ago

Today I found an interesting article that may help with this issue:

https://tunglevo.com/note/crafting-interpreters-with-rust-on-garbage-collection/