+ 2
ruby is an interpreted language, which means the code is not compiled in anyway, it's run top down as a script. C# is compiled language, it is sorta like Java where it is compiled into a byte code which is ran by a virtual machine unlike C/C++ which gets compiled into machine code. Hope that helps.
15th Jan 2017, 4:32 PM
Robert Kavanaugh