Hi, some might find this interesting.
A presentation about the ParaSail, system programming language based on Ada. https://air.mozilla.org/region-based-storage-management-parasailing-without-a-garbage-chute/ It makes use of regions and compiler inference to automatically manage memory, instead of using a GC. Maybe some ideas for D types with custom allocators. -- Paulo
