Where can I compile my ruby code? -


i started programming on ruby @ codecademy can compile codes on doing website? when making lessons on c used codeblocks run codes. know text editor can run html code. ruby?
thank you.

i'll take stab @ answering question think you're asking, i'm not 100% sure here.

ruby interpreted language (what mean? not whole lot nowadays. if you'd more in depth discussion on distinction or lack thereof between interpreting vs compiling, read jorg's comments below). execute ruby code, you'll need install ruby. fortunately you, freely available on major platform. if you're on unix-y (eg, linux or mac), i'd recommend installing ruby via rvm or rbenv. if you're on windows, can either go cygwin route , pretend it's unix-y environment, or there prebuilt installers out there. googling 'install ruby' should have sites can @ or near top of search results.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -