▶ №21636[Quote]
C
Assembly
▶ №21644[Quote]>>21647>>21670
C++ or Rust
Or C# for now
▶ №21647[Quote]
>>21644C# is as high level as Java doe
▶ №21649[Quote]>>21653
>>21635 (OP)learn typescript

▶ №21661[Quote]
C / C++
▶ №21668[Quote]>>21669
>>21667C++ extensions are needed if you do OOP
▶ №21669[Quote]>>21707
>>21668i was mostly talking about things added after c++11
object oriented programming is aids btw, if that matters. functionalGODS won
▶ №21670[Quote]>>21671
>>21644rust is not low level, it has a lot of abstraction, and it's just bad
c++ is really bloated, so you should just learn C instead
▶ №21672[Quote]
C
C
C
C
C
C
C
C
C
▶ №21692[Quote]>>21698>>21735
nX-U8/100 and nX-U16/100 assembly
nX-U8/100 and nX-U16/100 have the exact same assembly and machine code
▶ №21698[Quote]>>21735
>>21692https://github.com/fxesdev/nXU8100-resources/blob/main/nX-U8100%20Core%20Instruction%20Manual.pdfmost of the nX-U8/100 documentation also applies to the nX-U16/100 including the machine code
nX-U8/100 and nX-U16/100 are almost perfectly machine code compatible
▶ №21707[Quote]>>21713
>>21669oop would only "work" for big teams who may not even really know each other, if you know who you're working with, it's better to ask the intricacies of a function rather than getting lost in inherited class after inherited class
▶ №21713[Quote]>>21731>>21817
>>21707inheritence is always awful. even in big teams it will make your life a living nightmare
the only good thing about oop is encapsulation. invariants are really, really important in programming and encapsulation helps with that
▶ №21728[Quote]>>21730
high-level code (c, c++, rust)
↓
assembly / machine code
↓
control signals to alu, registers, memory
↓
logic gates and flip-flops (transistors)
↓
voltage changes and electron flow
↓
quantum physics and electromagnetism
start with quantum physics if you want to get really low level, everything else is just abstraction on top of abstraction…..
▶ №21729[Quote]
>assembly / machine code
careful my dude there's two different asm syntaxes, att syntax and nasm syntax, learn att syntax as this is used in the kernel and everywhere that isn't x64
▶ №21731[Quote]
>>21713i think inheritance is neat for games
▶ №21735[Quote]
>>21692>>21698nobaldi cares about your SNCA calculator hacking shit calccuck
▶ №21817[Quote]
>>21713getters and setters are niggeraids tho