dev:ruby

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Last revision
dev:ruby [2022/08/14 14:57] Henrik Yllemo
Line 1: Line 1:
 +<button type="primary" size="xs" icon="glyphicon glyphicon-bookmark">[[programming_lagugages| Programming Language]]</button> 
 +====== Ruby ======
 +  * https://www.ruby-lang.org/en/
  
 +A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. 
 +
 +<data programminglanguage>
 +Full Name: Ruby
 +Short Name: Ruby
 +Description: Ruby is an interpreted, high-level, general-purpose programming language.
 +Company: Yukihiro “Matz” Matsumoto
 +Web: Yes
 +Mobile: Yes
 +Enterprise: Yes
 +Embedded : Yes
 +</data>
 +
 +{{wp>Ruby_(programming_language)}}
 +<callout type="" title="GitHub Topics" icon="fa fa-github">
 +  * https://github.com/topics/ruby
 +
 +Ruby was developed by Yukihiro "Matz" Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby's syntax is similar to that of Perl and Python.
 +</callout> 
 +
 +<jumbotron>
 +===== Hello World =====
 +
 +<sxh >
 +puts 'Hello, world!'
 +</sxh>
 +<WRAP column right><wrap lo>Source: [[https://en.wikibooks.org/wiki/Computer_Programming/Hello_world|Wikibooks]]</wrap></WRAP>
 +</jumbotron>
 + 
 +
 +
 +
 +See also: [[dev:programming_lagugages]]
 +
 +{{tag>programminglanguage}}
  • dev/ruby.txt
  • Last modified: 2023/03/25 17:59
  • by Henrik Yllemo