• bayaz@kbin.social
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    2 months ago

    That depends – which job am I applying for, and how many questions are you going to ask about what’s on my resume?

    EDIT: I suppose if I’m going to bother posting, I should also actually answer the question. I use mainly Python and C, though I’ve learned and used several others to a greater or lesser degree over the years. Also, I quite like sed if we’re doing scripting languages.

  • Valen@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    2 months ago

    In order of learning:

    • Basic
    • Fortran
    • Pascal
    • 6502 Assembler
    • Cobol
    • C
    • Unix shell
    • Quel
    • Awk
    • Troff
    • Perl (my favorite)
    • SQL
    • C++
    • Java
    • PL/SQL
    • Javascript
    • Treczoks@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      2 months ago

      Most of them, and a bunch of others. Just learned something like a programming language today.

      I’ve probably forgotten more programming languages than most kids today could list. Comes with the territory if you’re in the business for over 40 years.

    • Hotzilla@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Oh boy, PL/SQL!

      in my previous job, we had one product with ~2M lines of code, which had one single PL/SQL procedure that was 10 000 lines long.

  • iluminae@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 months ago

    proficient at some point in the last 20 years:

    • C
    • ladder logic (for PLCs - dont take this from me)
    • Verilog
    • VHDL
    • C#
    • C++
    • PHP
    • Go (this is my daily driver)

    I would hate to count JavaScript and friends.

  • lud@lemm.ee
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 months ago

    I’m not great at any language but I know mainly Python, PowerShell, and some Bash. I don’t like Bash.

    The first Programming course I took was in C++ which I actually like the syntax of. Unfortunately I have not used it in years. The course was also pretty simple with exclusively simple CLI programs so I never had to worry about anything like garbage collection or optimization. So the only c++ programs I have written are quite similar to something similar in Python or PowerShell.

    The second course was in C# but I don’t really remember anything except that classes exist.

    It’s not a programming language but I also know HTML and CSS.

    I really should learn JavaScript someday. Rust also seems to be pretty good.

    Perl is supposedly pretty good too, so I should learn that for scripting.

  • hperrin@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 months ago

    Well?

    • JavaScript (and TypeScript)
    • PHP
    • Bash (is that a programming language?)

    Poorly?

    • Java

    Including markup and querying languages?

    • HTML
    • SQL

    Including languages that definitely aren’t programming languages?

    • Regex
    • CSS
  • DelightfullyDivisive@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 months ago

    Enough that I can code in pretty much anything. I think the typing point was when I coded professionally in my 4th or 5th language some time in the early 90s.

  • stoy@lemmy.zip
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    No actual programming language, but I do know a few scripting languages…

    Bash, Powershell and PHP, all with various proficiencies.

  • 🇰 🔵 🇱 🇦 🇳 🇦 🇰 ℹ️@yiffit.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 months ago

    C, C#, C++, BASIC, and Java.

    I see others mentioning PHP and HTML but when I learned those way the hell back in high school, most nerds would get up your ass for calling them “programming languages.” If those count, I know those too.

    Would VBS (Virtual Battle Simulator) scripting be a programming language? I know that best from the 3,000+ hours spent making missions for Arma 2 and 3.

    • naonintendois@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      2 months ago

      Php has gotten fairly advanced compared to what it used to be so it counts. Html doesn’t count since it’s a markup language not a programming language. You can’t control logic with it, but JavaScript does count.