Ruby (programming language)
Jump to navigation
Jump to search
Ruby is a reflective, dynamic, object-oriented programming language. It combines syntax inspired by Perl with Smalltalk-like object-oriented features, and also shares some features with Python, Lisp, Dylan and CLU. Ruby is a single-pass interpreted language. It is focused on simplicity and productivity and has an easy to read and write syntax. Its main implementation is free software.
Syntax
Hello World
puts "Hello, world!"
External links
- Ruby Programming Language Homepage