this post was submitted on 31 Mar 2026
98 points (98.0% liked)

Programming

26304 readers
798 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
 

Roughly a year after the effort was announced, the Apple-developed coding language, Swift, has just launched support for Android.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Solemarc@lemmy.world 0 points 11 hours ago (1 children)

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.

[โ€“] arthur@lemmy.zip 1 points 7 hours ago

For rust the cross compilation may be useful, if you need a windows binary but can write te program in Linux.