Skip to content
This repository was archived by the owner on May 23, 2020. It is now read-only.

Commit f6ccd7a

Browse files
Create README.md
1 parent d5a5e40 commit f6ccd7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Ruby Inception
2+
Ruby is an interpreted dynamic language. It belongs to the family of scripting language.
3+
Development is fast and easy. It is thoroughly object oriented. Every entity is an object.
4+
It supports multiple inheritance, called **mixins** in Ruby. It is dynamically typed. Sometimes, this feature adds to
5+
bad-reputation for slow processing but this is not the case with Ruby. It has modern programming language features like lexical
6+
closures, iterators, first class continuations. Everything is an expression and is evaluated immediately.
7+
It includes an iteractive REPL shell for interpreting. The centralized package managemement system call RubyGems.
8+
It has large standar library with modules for Web programming, GUI programming, OpenSSL and JSON.

0 commit comments

Comments
 (0)