Y
Hacker News
new
|
ask
|
show
|
jobs
by
Alifatisk
446 days ago
> Jakt is a memory-safe systems programming language
> It currently transpiles to C++
So C++ being safe was possible after all
2 comments
zamalek
446 days ago
C++ is merely behaving as a intermediate language/representation in this case. They are compiling to subset of it. Idiomatic C++ is not safe.
link
pirgidb
446 days ago
And after that it's compiled to assembly, so I suppose safe assembly was possible after all.
link