Well, some languages are higher level than others. Pure microcode expanded binary is actually a rarity.
this post was submitted on 03 Jan 2025
54 points (92.2% liked)
Programmer Humor
20383 readers
2565 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
Voyager’s computer, at least, works on quaternary (4 state) data rather than binary (2 state) data. They keep referring to data storage quantities in quads rather than bits or bytes.
I wonder, are there any intermediate languages that are non-binary? Java bytecode and the Microsoft Intermediate Language are both represented by binary files I think.
JavaScript
Ah as an intermediary for TypeScript? Fair point.
Also, most importantly. Assembly.