this post was submitted on 08 Aug 2026
64 points (98.5% liked)

Programming

28165 readers
413 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Inspired by this Lobsters thread, and some of the great comments within it, I would like to ask if anybody is doing some hobby programming this weekend?

you are viewing a single comment's thread
view the rest of the comments
[–] MyNameIsRichard@lemmy.ml 10 points 1 week ago (1 children)

Learning the basics of rust and trying to build my new language first project

[–] alienscience@programming.dev 6 points 1 week ago (1 children)

Learning Rust is a journey. I actually gave up twice before I learnt it properly. I built a simple interpreter as my first project and I found it challenging.

I think that tutorials, and the support you get, is much better now though. Its also a language well worth learning.

[–] MyNameIsRichard@lemmy.ml 4 points 1 week ago

Yeah, it's certainly different!