this post was submitted on 03 Jan 2025
55 points (92.3% liked)

Programmer Humor

25974 readers
221 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@lemmy.world 3 points 7 months ago

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

[–] mercano@lemmy.world 2 points 7 months 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.

[–] Kazumara@discuss.tchncs.de 1 points 7 months 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@lemmy.world 1 points 6 months ago (1 children)
[–] Kazumara@discuss.tchncs.de 1 points 6 months ago (1 children)

Ah as an intermediary for TypeScript? Fair point.

[–] calcopiritus@lemmy.world 1 points 6 months ago

Also, most importantly. Assembly.