105
this post was submitted on 31 Mar 2026
105 points (98.2% liked)
Programming
26309 readers
569 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
view the rest of the comments
I mean, this sounds like less of a headache then my latest attempt to setup rust in native windows (hello linker errors).
That being said, "the tool chain is a pain in the ass to setup" is a real problem IMO. MSVC makes me want to jump out the window every time I'm forced to use it at work.
If you're going to cause me more of a headache then go/python/zig to setup (which is basically none) I'm very quickly going to look for an excuse to stop using you.
For rust the cross compilation may be useful, if you need a windows binary but can write te program in Linux.