|
|
|
|
|
by dozzie
3107 days ago
|
|
Ada. For C replacement (imperative and compiled to ELF) that (a) can link
reasonably well through C to other languages, (b) is not entangled scary mess
of half-random syntax and historical features (C++), and (c) has a type system
that I can lean on instead of constantly keeping an eye on (C) or fight against
(Rust's borrow checker). |
|