CSC/ECE 517 Fall 2012/ch1b 1w54 go: Difference between revisions
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
==References== | ==References== | ||
http://tryruby.org/ - A helpful site that provides an interface to execute your ruby code | http://tryruby.org/ - A helpful site that provides an interface to execute your ruby code | ||
http://en.wikibooks.org/wiki/Ruby_By_Examples - Wiki book that discusses Ruby and its' syntax | http://en.wikibooks.org/wiki/Ruby_By_Examples - Wiki book that discusses Ruby and its' syntax | ||
http://rubyinstaller.org/ - Link to download Ruby | http://rubyinstaller.org/ - Link to download Ruby |
Revision as of 16:55, 28 September 2012
SaaS Ruby 101
Introduction
Talk about video
What is Ruby
Who made it
Interpreted
No compile time
Syntax
Differences between Ruby and other OO languages (syntactic sugar)
What ends a statement (; and new line, talk about line breaks)
Objects
Typing
Dynamic
Variables
-Strings -Symbols -Arrays -Hashes (dictionaries)
Methods
References
http://tryruby.org/ - A helpful site that provides an interface to execute your ruby code
http://en.wikibooks.org/wiki/Ruby_By_Examples - Wiki book that discusses Ruby and its' syntax
http://rubyinstaller.org/ - Link to download Ruby