this post was submitted on 29 Apr 2025
77 points (93.3% liked)

Programming

19872 readers
203 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ZILtoid1991@lemmy.world 3 points 18 hours ago (4 children)

If you want a language with memory safety features, I can recommend D. GC pauses are negligible if you don't go above a certain memory size and 60Hz, otherwise you also can do manual memory management if you're experienced enough with that, especially if you're willing to learn an alternative runtime (might require you to write C bindings or your own libraries).

[–] snw@feddit.nl 3 points 15 hours ago (2 children)

Limiting framerate to 60hz? In [current year]??

[–] Colloidal@programming.dev 2 points 11 hours ago

Because I absolutely NEED 144 Hz in my turn-based strategy game.

load more comments (1 replies)
load more comments (2 replies)