this post was submitted on 05 Apr 2024
154 points (85.6% liked)

Programmer Humor

18971 readers
848 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 1 year ago
MODERATORS
 

So much better now

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 4 months ago (3 children)

Do we have 3 assemblies now?

[–] [email protected] 33 points 4 months ago* (last edited 4 months ago) (1 children)

Actual assembly in mainstream use:
x86
arm
risc v

mainstream byte code:
jvm
.net (I think)
wasm

fake assembly people may write:
llvm
wasm

wat (web assembly text) is actually written is S-expressions, like lisp but without code as data.

Edit: formatting

[–] [email protected] 15 points 4 months ago (1 children)
[–] [email protected] 9 points 4 months ago (1 children)

The runtime is even called "common language runtime" (clr), as it is intended to support many different languages, which the jvm never was.

[–] [email protected] 8 points 4 months ago

Languages like F# or (God forbid) VB.NET

[–] [email protected] 12 points 4 months ago

I'm making my own, because all mainstream options are bloated for my usecase...

[–] [email protected] 6 points 4 months ago (2 children)
[–] [email protected] 8 points 4 months ago (1 children)
[–] [email protected] 13 points 4 months ago (1 children)
[–] [email protected] 3 points 4 months ago

You forgot CC :)