you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago (1 child)

I tend to write anything for distribution in Rust or something that compiles to a standalone binary. Python does not an easily redistributable application make lol

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago*

    Yeah but then you either need to compile and redistribute binaries for several platforms, or make sure that each target user has rust/cargo installed. Plus some devs don't trust compiled binaries in something like an npm package

  • source
  • parent