mnorrish / seven-languages-ruby

Seven Languages in Seven Weeks -- Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seven Languages in Seven Weeks

Ruby

Some play with the Ruby programming language while working through the book, Seven Languages in Seven Weeks, by Bruce A. Tate.

The code in this repo is based on the self-study exercises from each of the three days covered in the book. A few extra niceties have been added to each exercise to explore the language further.

To run exercises

Ruby version 2.5 has been used whereas the book recommends 1.8. It should not matter.

Make sure to have Ruby installed. RVM is great for managing versions.

Then for example run ruby day1/1.rb.

About

Seven Languages in Seven Weeks -- Ruby

License:MIT License


Languages

Language:Ruby 100.0%