Hacker News new | ask | show | jobs
by stackghost 590 days ago
Garbage collection doesn't imply interpreted. Common Lisp has had GC'ed compiled code for decades.
2 comments

Or Go, for a more mainstream modern example.
Yeah but C# is. Or, compiled to IL and JITted. Unless there is an AOT thing now that can truly compete with c and rust. Been out of the ecosystem for a while.