Most active commenters

    4 points adelowo | 12 comments | | HN request time: 0.648s | source | bottom

    I’m currently learning Zig but the lack of a package manager and the ever changing language scares me off. Tutorials are broken from just a year ago.

    Context: Go developer for 7 years and would love to stay in the systems space without Rust

    1. cranberryturkey ◴[] No.42197413[source]
    i'm just tyring to find a cool db. surreal fucked us on 2.x
    2. eevmanu ◴[] No.42197455[source]
    erlang? awesome threading model
    3. zeroCalories ◴[] No.42197521[source]
    Embracing tradition and becoming a C master.
    4. ◴[] No.42197670[source]
    5. mindcrime ◴[] No.42197693[source]
    I'm always dabbling in any number of things, but a couple I want to pay some specific attention to in the near future:

    1. Prolog: this has been an ongoing interest for a while, but some things I've been diving into lately have led me back to focusing on logic programming again.

    2. Go: because some projects (like ollama, etc) that I'm interested in possibly hacking on, are written in Go.

    3. A lisp (whether that be Clojure, CL, Guile, whateve) - just because.

    6. marssaxman ◴[] No.42197813[source]
    I've been looking forward to picking up Rust for a couple of years now, and this past month finally got a chance to write a little utility program with it. Perhaps next year I will get to do some more.
    7. wizzerking ◴[] No.42197873[source]
    rust Go
    8. dabinat ◴[] No.42197900[source]
    I’m currently learning Rust. I have a good grasp of the basics, but I’m struggling to use third-party libraries that either do not expose traits that I need, or objects provided by the library have a lifetime that conflicts with lifetimes within my code.

    If anyone has any good resources for learning Rust at an intermediate level, I’d appreciate it.

    9. runjake ◴[] No.42201126[source]
    Nothing new. I am focusing on a deeper understanding of what I already use most: Go, Python, JavaScript, TypeScript.
    10. purple-leafy ◴[] No.42201325[source]
    C and C#, possibly Go (one of C# or Go based on jobs).

    Learning C via "C Programming: A modern approach" to have a deeper understanding of memory management, stack/heap, lifetimes, pointers, low-level etc

    Learning C# for my career, and to get more familiar with SOLID, OOP, Backend coming from TypeScript/Python

    In 2025 I plan to try either C++ or Rust for graphics programming

    11. yen223 ◴[] No.42201501[source]
    If I were in the market to learn another language, I'd go for C++