Y
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
umanwizard
590 days ago
Or Go, for a more mainstream modern example.
link
daxfohl
590 days ago
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.
link
zigzag312
590 days ago
NativeAOT
https://learn.microsoft.com/en-us/dotnet/core/deploying/nati...
link