this post was submitted on 03 Jan 2025
53 points (92.1% liked)

Programmer Humor

20039 readers
1119 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

founded 2 years ago
MODERATORS
 
top 6 comments
sorted by: hot top controversial new old
[–] marcos 3 points 1 month ago

Well, some languages are higher level than others. Pure microcode expanded binary is actually a rarity.

[–] mercano 3 points 1 month ago

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.

[–] [email protected] 1 points 2 weeks ago (1 children)

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.

[–] calcopiritus 1 points 1 week ago (1 children)
[–] [email protected] 1 points 1 week ago (1 children)

Ah as an intermediary for TypeScript? Fair point.

[–] calcopiritus 1 points 1 week ago

Also, most importantly. Assembly.