this post was submitted on 01 Nov 2023
139 points (96.0% liked)

Programming

17024 readers
120 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Assume mainstream adoption as used by around 7% of all github projects

Personally, I'd like to see Nim get that growth.

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

Assembly, which flavor IDK but some RISC architecture.

If everyone spoke assembly the world would be a very different experience. I'm not saying that it would be better or worse, but it'd definitely be different.

[–] [email protected] 1 points 10 months ago (1 children)

I think the problem is that processors can have slightly different instruction sets, possibly less likely with ARM and RISC (Reduced Instruction, after all), and how they interpret bits and jumps (big endian, low endian). Chibi Akumas has a lot of material for learning assembly of various CPUs, including older ones like 68k and 6502, something I'm doing on and off once in a while

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

Solution: everyone speaks in some form of IR.

[–] [email protected] 1 points 10 months ago

So, brainfuck assembly?