Ruby (programming language)/Related Articles: Difference between revisions
Jump to navigation
Jump to search
imported>Tom Morris No edit summary |
imported>Tom Morris No edit summary |
||
Line 2: | Line 2: | ||
==Parent topics== | ==Parent topics== | ||
{{r|Open source software}} | |||
{{r|Programming language}} | |||
==Subtopics== | ==Subtopics== | ||
Line 9: | Line 10: | ||
{{r|JRuby}} | {{r|JRuby}} | ||
{{r|MacRuby}} | {{r|MacRuby}} | ||
{{r|Merb}} | |||
{{r|Programming_language}} | {{r|Programming_language}} | ||
{{r|Ruby on Rails}} | |||
{{r|Yukihiro Matsumoto}} | |||
==Other related topics== | ==Other related topics== |
Revision as of 04:06, 4 May 2009
- See also changes related to Ruby (programming language), or pages that link to Ruby (programming language) or to this page or whose text contains "Ruby (programming language)".
Parent topics
- Open source software [r]: Software where the source code is freely modifiable and redistributable. [e]
- Programming language [r]: A formal language specification, and programs for translating the formal language to machine code. [e]
Subtopics
- Compiler [r]: A program that translates a human-readable instructions into machine instructions. [e]
- IronRuby [r]: An open source Ruby implementation on the .NET Framework using the Dynamic Language Runtime. [e]
- JRuby [r]: Add brief definition or description
- MacRuby [r]: Open source Ruby implementation designed to run on top of the Cocoa framework on Mac OS X. Can talk to Objective C classes and is implemented on top of the LLVM. [e]
- Merb [r]: Add brief definition or description
- Programming_language [r]: A formal language specification, and programs for translating the formal language to machine code. [e]
- Ruby on Rails [r]: Add brief definition or description
- Yukihiro Matsumoto [r]: Add brief definition or description
- Closure [r]: A feature in some computer programming languages that allows a procedure to bind to its environment, so that it may be called (and its internal variables utilized) from anywhere within the process, instead of using C-like scope rules to limit its availability. [e]
- Perl [r]: Dynamic, interpreted programming language with good string processing and powerful regular expression engine. [e]
- Python [r]: Dynamic object-oriented, general purpose interpreted programming language. [e]