Hacker News new | ask | show | jobs
by Joky 1140 days ago
They claim they are writing the actual kernel code (as in the implementation of a matmul) with it, and it was presented as a "system programming language": this goes far beyond "high-level tasks" it seems.
1 comments

You can write kernels in a language with a GC. You just write kernels that don't allocate.
Alternatively have the GC as an OS service.