Machines do read Rust. Just because those machines are compiling the Rust code doesn’t mean they aren’t reading it. And every affordance the Rust devs included to make it easier for that compiler to do its job makes it harder for humans to read, but Markdown’s affordances are equally helpful for humans as for computers; and they’re designed to be so because they were adapted from shorthand that was already in use.
A programming language is an engineered language for expressing computer programs,[1] typically allowing software to be written in a human readable manner.
If a language’s primary purpose is for a machine to read it, why does anyone use Python instead of C, when Python is typically CPython? Python is still used because it is more human readable.
If you were saying this about something like CBOR compared to JSON, I’d agree, but the primary purpose of most programming languages is to be human readable, and to, in a human readable format, define instructions and guardrails.
Machines do read Rust. Just because those machines are compiling the Rust code doesn’t mean they aren’t reading it. And every affordance the Rust devs included to make it easier for that compiler to do its job makes it harder for humans to read, but Markdown’s affordances are equally helpful for humans as for computers; and they’re designed to be so because they were adapted from shorthand that was already in use.
Debate all you want, but the literal first sentence on Wikipedia: https://en.wikipedia.org/wiki/Programming_language
I never disagreed with the Wikipedia lede. I only said its primary purpose isn’t human-readability, and Markdown’s is.
If a language’s primary purpose is for a machine to read it, why does anyone use Python instead of C, when Python is typically CPython? Python is still used because it is more human readable.
If you were saying this about something like CBOR compared to JSON, I’d agree, but the primary purpose of most programming languages is to be human readable, and to, in a human readable format, define instructions and guardrails.