The TrapC project develops a C-like language that safely manages memory.
The startup Trasec is developing the programming language TrapC, which is a dialect of C, designed to ensure safe memory operations. To prevent memory errors such as buffer overflows and dereferencing freed memory, TrapC employs a fundamentally different approach to pointers and a special error handling mechanism based on exception handlers (trap). […]
