|
|
|
|
|
by pininja
635 days ago
|
|
A basic litmus test I use for systems programming languages is: “can I imagine the Linux kernel including this language one day?” Currently that’s C, Rust, and some assembly.. obviously there are more languages used for systems programming tasks too. Memory management, concurrency, and low-level access are also super important in a system language. How would you define a systems language? |
|