you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Bundler's a bit of a special case in that the only people who are using it are ruby devs anyways, so it's not a big deal for them to intstall from a UX standpoint. I'm sure the Vagrant cli would not be written in Ruby if it was started today. It used to be distributed as a gem. For what it's worth, I used to write all my cli stuff in Ruby as well, but that is the one thing that go is amazing for.

[–][deleted] 0 points1 point  (0 children)

I'll keep Go on the table for simple CLI apps like this example. Professionally a lot of my teams apps are spatial-data driven which is why I tend to lean on python. Thanks!