-43

Console? good, GUI? good, game dev? use Godot engine with its similar language Gdscript, but what else? Ive been seeing AI, Data Science stuff, but whats the point if ita slow?

you are viewing a single comment's thread
view the rest of the comments
[-] insomniac_lemon@lemmy.cafe -1 points 2 days ago* (last edited 2 days ago)

The reason anyone thinks it's slow is that in the real world, people still ship* Python scripts/projects that don't offload their performance-sensitive code to faster solutions.

Acting as glue isn't unknown to anyone looking into Python either, problem being there are multiple different solutions that each have their own benefits/drawbacks that will differ based on the use-case. Fine if you can lean on an existing library, more complicated if you actually need to write the performance-sensitive code.

Similar to @Chais@sh.itjust.works, plus newer compile-to-C/C++/JS languages offer a lot of what Python does (glue, whitespace, style) plus more stuff like UFCS.

My preference is nim-lang, it has stuff like for i in 1..17: (or something like
for h in 0.uint8..<height:. Typing is a thing but doesn't stop me, so either not a big hurdle or there's something with my brain that makes it fine despite issues with other languages/styles). Nimscript is an option, and I like Clang with opt:size for an efficient testing option (Bellard's TCC was an even better option for quick iteration in the past, not exactly supported now (as of 2023) though. Might work for other languages).

* my last experience with this was a piano thing (soundfonts for MIDI keyboard) that had choppy audio when played too quickly and would crash my Raspberry Pi 2B. The issue was closed as not planned.

this post was submitted on 17 Jul 2026
-43 points (26.4% liked)

Programming

27766 readers
508 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