An open API service indexing awesome lists of open source software.

https://github.com/alexandrospanag/my_ruby_projects

My Ruby Projects. Written by Alexandros Panagiotakopoulos. All Rights Reserved Ⓒ.
https://github.com/alexandrospanag/my_ruby_projects

learn methods object-oriented-programming ruby ruby-on-rails

Last synced: 2 months ago
JSON representation

My Ruby Projects. Written by Alexandros Panagiotakopoulos. All Rights Reserved Ⓒ.

Awesome Lists containing this project

README

          

# My Ruby Projects

[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]

This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

About Ruby
-----

Ruby is a dynamic programming language with a complex but expressive grammar and
a core class library with a rich and powerful API. Ruby draws inspiration from Lisp,
Smalltalk, and Perl, but uses a grammar that is easy for C and Java™ programmers to
learn. Ruby is a pure object-oriented language, but it is also suitable for procedural and
functional programming styles. It includes powerful metaprogramming capabilities
and can be used to create domain-specific languages or DSLs.

This citation was taken from the book "The Ruby Programming Language: Everything You Need to Know"
by David Flanagan (Author), Yukihiro Matsumoto (Author) - I highly encourage everyone to read their amazing book!

Another great material that I found useful can be found here: https://www.youtube.com/watch?v=t_ispmWmdjY

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg

| Compiler/IDE | Download Link |
| --------------- | ---------------- |
| VS Code | [Download Link](https://code.visualstudio.com) |