Y
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
adgjlsfhk1
1140 days ago
You can write kernels in a language with a GC. You just write kernels that don't allocate.
link
pjmlp
1140 days ago
Alternatively have the GC as an OS service.
link