>>106197035
I wrote a simple compacting garbage collector in Forth. It's not polished however and I'm going to revisit some implementation details that I don't like about it. For the use case I'm thinking about a domain specific language that deals with strings, but this could also be easily used for heap allocating objects for OOP, but I've not experimented much with object oriented Forth yet.