Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.06 KB

Introduction to Ruby

We'll be using this REPL to code our Ruby

REPL: A simple, interactive computer programming environment. Stands for Read–Eval–Print Loop.

If you're interested in continuing on with your Ruby learning journey, there are a list of resources you can check out:

Online Resources

https://www.ruby-lang.org/en/documentation/

https://ruby-doc.org/

https://learnrubythehardway.org/book/

https://codeacademy.com

https://ruby.github.io/TryRuby/

https://ruby-for-beginners.rubymonstas.org/

Courses

General Assembly

Coder Academy

MeetUps

Rails Girls Melbourne

Editors

Atom

Sublime

Resources on useful tools

Getting familiar with the terminal

Getting familiar with irb