Interim is a statically-typed, low-level dialect of Lisp featuring compile-time, GC-free memory management. Interim is a technology demonstrator for compile-time memory management using regions. As of 2018, the only major language with compile-time memory management is Rust, which is notoriously tough to learn. Interim was built to prove that sound, GC-free, compile-time memory management can be b

