0

How do you run a program on your computer?

I know there is software to write codes/programs but how do you run them on a computer?

9th Jan 2017, 3:22 AM
Esther
3 Answers
+ 3
Ruby scripts are running with an interpreter. On a command line you ( just ) type: ruby my_script.rb ... obviously if your are in the path of the file, and "ruby" is in the PATH environment variable also ^^
9th Jan 2017, 4:21 AM
visph
visph - avatar
+ 2
It depends on the language. Some run with an interpreter, some need to be compiled, and some can just be run on a browser.
9th Jan 2017, 3:57 AM
Dao
Dao - avatar
+ 1
You can use SoloLearn using a web browser. SoloLearn.com
9th Jan 2017, 4:18 AM
Dull Bananas
Dull Bananas - avatar