Skip to content

Latest commit

 

History

History
119 lines (81 loc) · 4.51 KB

README.md

File metadata and controls

119 lines (81 loc) · 4.51 KB

Zac's Learn to Program Projects

Here are the practice exersices as outlined in Chris Pine's book Learn To Program.

No program for this chapter, just environment setup. I am using:

  • VM with Ubuntu 13.10
  • RVM to install ruby 2.1.0
  • Sublime Text

Introduction to numbers:

Introduction to strings:

  • no program written

Variables and Assignment:

  • no program written

Mixing it up:

More About Methods

Flow Control

Arrays and Iterators

Writing Your Own Methods

Recursion

Reading and Writing, Saving and Loading, Yin and ... Something Else

New Classes of Objects

Creating New Classes, Changing Existing Ones

Blocks and Procs