35
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 12 Jan 2024
35 points (94.9% liked)
Programming
17314 readers
140 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 !webdev@programming.dev
founded 1 year ago
MODERATORS
I can heartedly recommend this one NandToTetris.
In this course gives you a complete understanding of how computers and programming qorks from first principle.
You'll start by (virtually) making chips with just a nand chip, than you'll make a cpu, ram and rom, evetually on to a full fletched computer. Than you'll write your own assembly language, parser and compiler for that computer. You'll write your own OS and your own higher level language (OOP) and eventually you'll write a geme (tetris) in that language.
This is of course all very simplified, but very educational.
This is the best option. I recommend Nand2Tetris to everyone! It's an incredibly well designed and executed course
Great Option!