CSC/ECE 517 Fall 2012/ch1b 1w54 go: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
==What is Ruby==
==What is Ruby==
Who made it
Who made it
Interpreted
Interpreted
No compile time
No compile time


Line 13: Line 15:
==Syntax==
==Syntax==
Differences between Ruby and other OO languages (syntactic sugar)
Differences between Ruby and other OO languages (syntactic sugar)
What ends a statement (; and new line, talk about line breaks)
What ends a statement (; and new line, talk about line breaks)



Revision as of 16:37, 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