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

  • l_b_i@yiffit.netOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month 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@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month 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.