Skip to content

Instantly share code, notes, and snippets.

@gforcedev
Created October 16, 2015 14:59
Show Gist options
  • Save gforcedev/ce57a9bd5ee512df7719 to your computer and use it in GitHub Desktop.
Save gforcedev/ce57a9bd5ee512df7719 to your computer and use it in GitHub Desktop.

#6. Beyond...

We have just scratched the surface of what cloud9 can do. Maybe you want to test your website in different browsers without leaving your workspace. Maybe you want to try a language you've never tried before. Or perhaps you want to use an interpreter for your language, like the python console. I will show you how to do this.


If you cannot see a tab at the bottom of your workspace with the title bash, then click file-new terminal. Then, type python into the terminal. You are now in a python console. That was easy! Now type print("hello world") and look at the result.

You could also do this with another language. I am going to pick lua to show you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment