My first was Matlab. Most used is probably python, and then you get into my professional niche, VHDL, C, TCL.

  • @[email protected]OP
    link
    fedilink
    English
    29 months ago

    I’ve dabbled with disassemblers. they are not my friend. Although looking at that low level stuff is probably a good way to learn how to write efficient programs.

    • @RubberElectrons
      link
      English
      29 months ago

      Meh, even now with more background knowledge, I wouldn’t say they’re really good for understanding how programs flow. They’re pretty neat for finding out how a hand-optimized part of code works though.