Programming War

Ok anons, best programming language?
3
2
1
GO!

(mine is C++)

Mike Stoklasa's Worst Fan Shirt $21.68

The Kind of Tired That Sleep Won’t Fix Shirt $21.68

Mike Stoklasa's Worst Fan Shirt $21.68

  1. 2 weeks ago
    Anonymous

    java

    • 2 weeks ago
      Anonymous

      script

  2. 2 weeks ago
    Anonymous

    I am personally really fond of C++ but there is no "best" language, it depends on your domain and own preferences.

    I also like C, Python, and lisp based like Clojure. Javascript was a hacky language from hell back in the pre node era but is quite good now. I touched a bit of Kotlin for Android once, it was enjoyable and probably better than going native with the platform, albeit it's still my go to.

    I create mainly graphics stuff so it might explain my bias.

  3. 2 weeks ago
    Anonymous

    c go perl

  4. 2 weeks ago
    Anonymous

    what is this "mine" shit
    you want a programming language war but you start off by basically saying it's subjective
    but the answer is C# and that's objectively the truth

  5. 2 weeks ago
    Anonymous

    Ruby

  6. 2 weeks ago
    Anonymous

    You said it already (It's not C++)

  7. 2 weeks ago
    Anonymous

    There is no such thing as best programming language.

  8. 2 weeks ago
    Anonymous

    Python is the best programming language stuck with a shitty compiler
    Typescript is the best programming language stuck transpiling to shitty ass Javascript

    • 2 weeks ago
      Anonymous

      >Python is the best programming language stuck with a shitty compiler
      Python isn't compiled
      >Typescript is the best programming language stuck transpiling to shitty ass Javascript
      Typescript is literally the same as javascript, just with a linter.

      • 2 weeks ago
        Anonymous

        >Python isn't compiled
        It is, in fact, compiled to bytecode, it just doesn't have a AOT compiler.

        • 2 weeks ago
          Anonymous

          It is, in fact, not. It's totally interpreted, unless you use something like Pypy which is JIT compiled.
          Java is compiled to bytecode, which is why you can't just run java file.java. Since python isn't compiled you can simply run python file.py and have it work.

          • 2 weeks ago
            Anonymous

            You don't get it? It doesn't have a compiler but the interpreter does the compiling work to generate bytecode(the .pyc files).

  9. 2 weeks ago
    Anonymous

    Julia, Python, Go, C

  10. 2 weeks ago
    Anonymous

    HTML

  11. 2 weeks ago
    Anonymous

    I honestly only know C. After 10 years programming, it's the only one I can confidently say I know. Therefore it's my favorite. (I used c++ too, but I don't like how some things aren't as obvious as in regular C)

  12. 2 weeks ago
    Anonymous

    Rust
    Zig
    Jai
    The holy trinity

  13. 2 weeks ago
    Anonymous

    C++ when you stay strict about it, and stick to the modern guidelines.

    • 2 weeks ago
      Anonymous

      They should make a C++ fork that enforces the guidelines

  14. 2 weeks ago
    Anonymous

    Rust. It's the only language with top-tier performance that has actually learned from the mistakes of C++. It probably has the highest ratio of time spent coding vs time spent debugging of any major language
    >pic related selected with a filepicker written in rust

    • 2 weeks ago
      Anonymous

      Unfortunately it hasn't learned from the God awful syntax which is a consequence of a bad language design and it hasn't learned from the long compile times

      • 2 weeks ago
        Anonymous

        >it hasn't learned from the long compile times
        They're a feature! How would you even know that things were compiling if they didn't take ages to do?!

  15. 2 weeks ago
    Anonymous

    Python

  16. 2 weeks ago
    Anonymous

    unironically Pascal

  17. 2 weeks ago
    Anonymous

    PHP

  18. 2 weeks ago
    Anonymous

    doesn't really matter unless you are a freelancer, in all other cases you will use the language you are told to

  19. 2 weeks ago
    Anonymous

    >(mine is C++)
    Nope, too late. You said it was Go. You can't take it back. You're stuck with that gooby gopher forever.

  20. 2 weeks ago
    Anonymous

    swift no cap

  21. 2 weeks ago
    Anonymous

    C for low level/performance critical/etc. stuff, Ruby otherwise

  22. 2 weeks ago
    Anonymous

    Anything dynamic and strongly typed

  23. 2 weeks ago
    Anonymous

    Scala 3

  24. 2 weeks ago
    Anonymous

    most productive is beyond a doubt bash (on linux of course)

Your email address will not be published. Required fields are marked *