• @[email protected]
    link
    fedilink
    21 year ago

    I’ve dabbled in a LOT more, but if I had to give an honest answer to languages I could write whatever I want with it the answer is probably C, C++, Python, JavaScript, Java, C#, Bash.

    I’ve been meaning to learn Rust, and all of the people here claiming it’s their favorite language is very interesting, but I haven’t found the time because it’s just not relevant to what I do for work (and not likely to change anytime soon).

  • asudoxM
    link
    fedilink
    21 year ago

    Python, Rust and Lua. SQL if that counts as well.

  • @[email protected]
    link
    fedilink
    21 year ago

    In high school I took classes on Visual Basic, C++, and Java, and learned some ActionScript on my own, but I wouldn’t feel confident with any of them nowadays. I suppose I could still write a basic HTML 4 page, but CSS was always a weak point and I don’t think either of those really count as programming languages anyways.

  • @[email protected]
    link
    fedilink
    9
    edit-2
    1 year ago

    Proficient: Rust, C++, Python, x86-64 ASM, SSE1 SIMD, C#, C, Javascript / Node.JS
    Can get by: Java / JNI, Kotlin, Bash
    Been a while: Perl, Haskell, Prolog, Labview, Lisp

      • @[email protected]
        link
        fedilink
        2
        edit-2
        1 year ago

        Coincidentally, I do work on embedded devices, but as mentioned by ferret, most embedded stuff nowadays is (I think?) an Arm variant. Most all of the device code I write is C++ though; no need to get into assembly land unless clang screws something up, but that hasn’t happened yet thankfully. That said, in the future, this may change as we optimize certain imaging algorithms further.

      • ferret
        link
        fedilink
        English
        41 year ago

        x86 is rarely used in embedded these days

  • magic_lobster_party
    link
    fedilink
    21 year ago

    Professionally, I’ve worked with Python, C++, C# and Java. Also briefly a little bit of Perl.

    Outside work, I’ve also done JavaScript, Go and Haskell.

    There are many more languages I’ve played around with, but I don’t want to list them all.

  • Mint_Raccoon
    link
    fedilink
    31 year ago

    I took a programming class in highschool, so I know some BASIC. Not that I’ve ever used it since then.

  • @[email protected]
    link
    fedilink
    41 year ago

    Depends on your definition of “know”. Honestly nowadays I don’t feel too scared to try something in any language.

    I’m most proficient in Java and Python. In my free time I nowadays spend most of my time messing around with Haskell, Julia, or Rust. And I have some basic knowledge in a lot of other languages, including C, C++, C#, Kotlin, Groovy, Prolog, JavaScript, SQL, etc, etc.

    But as I said in the beginning, I’m not too scared of learning something new. If someone were to ask me for a job where I’d be using Go or Kotlin or something then I’d be fairly confident that I could adjust quite quickly.

  • bayaz
    link
    fedilink
    15
    edit-2
    1 year 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.

  • @[email protected]
    link
    fedilink
    English
    2
    edit-2
    1 year ago

    Not many I’m entirely self taught and was into some dodgy things while I was into this programming.

    I started off making password crackers in Visual basic I also let’s say experimented in trojans and taking over the api functions of popular chat programs etc. I used to do some really childish let’s call them pranks of people who argued with me in chateooms etc.

    Never went much further than delphi as far as programming goes although I got surprisingly good at that but never in good ways.

  • @[email protected]
    link
    fedilink
    41 year ago

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

    Bash, Powershell and PHP, all with various proficiencies.

  • @[email protected]
    link
    fedilink
    5
    edit-2
    1 year 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.

  • 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 🏆
    link
    fedilink
    English
    3
    edit-2
    1 year 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.

    • @[email protected]
      link
      fedilink
      31 year 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.

  • @[email protected]
    link
    fedilink
    21 year ago

    I know Python well, but I could build basic things with C++ and Fortran. I use bash a lot too. I know the basics of html and css if those count. And I barely remember some stuff from Matlab