Hello,
I will have to write some code that can be triggered from the command line.Code:$ myapp do something
Is ruby the way to go? Is Python better?
Regards,
-jj.![]()
| SitePoint Sponsor |





Hello,
I will have to write some code that can be triggered from the command line.Code:$ myapp do something
Is ruby the way to go? Is Python better?
Regards,
-jj.![]()

Hi there,
What does your code have to do?
If you ask me, Ruby is definitely the way to go, but I am biased![]()
Start a blog, they said. People will read it, they said.





Upload/Download files + connect to an API
Sounds like Ruby wil do the trick.

Start a blog, they said. People will read it, they said.
You can just write any old ruby script and execute it from the command file. You can also do the same with several other languages. Nothing new really.
ruby name_o_file.rb
The only code I hate more than my own is everyone else's.
Bookmarks