Favourite programming language?

Discussion in 'Programming/Html' started by Software Dev Expert, Feb 3, 2023.

  1. schlossyoung

    schlossyoung New Member

    Messages:
    4
    Likes Received:
    1
    GPU:
    rx6600
    So?
     
  2. Alexandre

    Alexandre Active Member

    Messages:
    62
    Likes Received:
    7
    GPU:
    GTX 650
    1. Common Lisp
    https://www.goodreads.com/book/show/4004178-let-over-lambda
    https://www.goodreads.com/book/show/83884.Paradigms_of_Artificial_Intelligence_Programming
    https://www.goodreads.com/book/show/27543.Artificial_Intelligence
    https://www.goodreads.com/book/show/570933.Practical_Common_Lisp

    2. Zig
    https://about.sourcegraph.com/blog/zig-programming-language-revisiting-design-approach
    https://ziglang.org/learn/why_zig_rust_d_cpp/
    https://www.uber.com/en-BE/blog/bootstrapping-ubers-infrastructure-on-arm64-with-zig/
    https://erikexplores.substack.com/p/what-makes-the-zig-programming-language

    3. Haskell
    https://www.goodreads.com/book/show...arch=true&from_srp=true&qid=DOsAwxyeQ4&rank=3
    https://www.goodreads.com/book/show...arch=true&from_srp=true&qid=4wvIgrQa0h&rank=2
    https://www.goodreads.com/book/show...rch=true&from_srp=true&qid=4wvIgrQa0h&rank=10
    https://www.goodreads.com/book/show...rch=true&from_srp=true&qid=4wvIgrQa0h&rank=13

    4. SAS
    https://blogs.sas.com/content/sgf/2016/10/12/the-monty-hall-paradox-sas-vs-python/
    https://www.goodreads.com/book/show...arch=true&from_srp=true&qid=RJ14RVxAC6&rank=8
    https://www.goodreads.com/book/show...arch=true&from_srp=true&qid=RJ14RVxAC6&rank=4

    5. Red Programming Language
    https://www.red-lang.org/p/about.html
    https://www.studytonight.com/post/g...ui-programming-using-red-programming-language
    https://www.red-lang.org/2023/
    https://www.reddit.com/r/redlang/comments/aebxct/contrast_red_with_racket/

    6. Julia
    https://juliazoid.com/heres-why-sta...h-the-julia-programming-language-5addadac3bdc
    https://towardsdatascience.com/why-multiple-dispatch-is-my-favorite-way-to-program-786bf78f4878
    https://towardsdatascience.com/how-julia-perfected-multiple-dispatch-16675db772c2?gi=8ef5e3bfa6ce
    https://chifi.dev/julia-1-9-the-programming-language-of-2023-5a0e0ac31cc5
     
    Last edited: Jun 21, 2023
  3. mbk1969

    mbk1969 Ancient Guru

    Messages:
    14,605
    Likes Received:
    12,683
    GPU:
    GF RTX 4070
  4. RealNC

    RealNC Ancient Guru

    Messages:
    4,304
    Likes Received:
    2,506
    GPU:
    EVGA GTX 980 Ti FTW
    I've used C++ for so long that my brain is now incapable of effectively working with any language that doesn't have destructors and deterministic object lifetime.

    Only half-kidding. I like a lot of languages. Python is up there. But C++ was always my primary choice, especially after they upgraded the language in 2011. The tooling and choice of libraries without having to first go through bindings is also very convenient.
     

  5. mbk1969

    mbk1969 Ancient Guru

    Messages:
    14,605
    Likes Received:
    12,683
    GPU:
    GF RTX 4070
    After I switched from C++ to C# in 2014 I don`t want to deal with C++ anymore. C# environment is so much cozy (and lazy). And C# generics are much more feasable/usable than C++ templates. And C# iterators are much more easy and much less cumbersome comparing to C++ iterators.

    PS I understand C++ has developed since 2014 but overall feeling is the same - it is more cumbersome and less intuitive comparing to C#.

    PPS And endless blocks with preprocessor directives and typedefs in h-files...
     
    Last edited: Jun 22, 2023

Share This Page