Live data from Hacker News

Ask HN: What programming languages are you learning currently or in 2025

news.ycombinator.com

1–10 of 15 posts

Re: Ask HN: What programming languages are you learning currently or in 2025

#6
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.

Re: Ask HN: What programming languages are you learning currently or in 2025

#9
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.

Post reply on HN