@Full_marx Learning assembly is not hard. Writing it isn't hard either. Reading - is where it all falls apart.
You eagerly learn it, you proudly write the largest program that can fit in your head with it, and the next day you can't read what you wrote. You walk away with some key insights on fundamentals of programming and usefulness of higher level languages, without even realising it.
@Full_marx
GooD gameplan. Id through in haskell around the rust stage. Its a compiled language but functional which is good to learn too. Also C++ should probably be in there too imo. Need some OO.
Functional, procedural, OO, and assembly are the 4 areas to master IMO
@freemo @namark @design_RG
I love the idea of functional programming.
It reminds me if that movie Inception.
Functions calling themselves from within themselves.