Introduction to Ruby Programming Language

Introduction to Ruby Programming Language

Ruby is an interpreted, high-level, general-purpose programming language that was designed and developed by Yukihiro "Matz" Matsumoto in the mid-1990s.

Some of it's features include:

dynamic typing and duck typingmultiple paradigms support(object-oriented/procedural/functional)reflective typinggarbage collectioncentralized package management through Ruby Gemsexception handling

The inspirations behind Ruby were Perl, Smalltalk, Ada, BASIC, and Lisp.

Semantics

Ruby has taken it's semantics,...

 •  0 comments  •  flag
Share on Twitter
Published on February 09, 2021 23:02
No comments have been added yet.