why i love ruby than x

28
by Samnang Chhhun #DevCamp #ShareVisionTeam Why I love Ruby than X

Upload: samnang-chhun

Post on 06-May-2015

1.562 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Why i love ruby than x

by Samnang Chhhun

#DevCamp #ShareVisionTeam

Why I love Ruby than X

Page 2: Why i love ruby than x

Who Care?

Page 3: Why i love ruby than x

Why Ruby?

• Java

• Ruby

Page 4: Why i love ruby than x

What’s Ruby?

• Interpreted Scripting Language

• Ruby was first released on July 95 by a Japanese nut (Yukihiro 'Matz' Matsumoto).

• An 100% OO language (well, 99.9%)

• Dynamically typed language

• Concise. Simple. Fun!

• Multi-platforms

Page 5: Why i love ruby than x

Smalltalk Perl Lisp Scheme Python CLU Eiffel Ada Dylan

Page 6: Why i love ruby than x

“Ruby is designed to make programmers happy.”

Matz

Page 7: Why i love ruby than x

Why Ruby?

Page 8: Why i love ruby than x

Communities

Page 9: Why i love ruby than x

Simplicity

Page 10: Why i love ruby than x
Page 11: Why i love ruby than x
Page 12: Why i love ruby than x

Everything in Ruby is Object

Page 13: Why i love ruby than x

Array

Page 14: Why i love ruby than x

Hash

Page 15: Why i love ruby than x

Range

Page 16: Why i love ruby than x

Methods

Page 17: Why i love ruby than x

Mixins

Page 18: Why i love ruby than x

Duck Typing

If it walks like a duck, And talks like a duck,

Then we can treat it like a duck. (who cares what it really is)

Page 19: Why i love ruby than x

Reflection

Page 20: Why i love ruby than x

Monkey Patch

• Objects and classes are open

– Add method to object even at Runtime!

• Might be dangerous or break some stuff

– But it's awesome

Page 21: Why i love ruby than x

Encourage testing

• Test::Unit builds in into standard libraries

• Other tools

– RSpec

– Cucumber

– …

Page 22: Why i love ruby than x

DSL

Page 23: Why i love ruby than x
Page 24: Why i love ruby than x

Libraries in Ruby

Page 25: Why i love ruby than x
Page 26: Why i love ruby than x

It’s all about Freedom

Page 27: Why i love ruby than x

How to learn?

• irb (Interactive Ruby Shell)

• http://tryruby.org/

• http://rubylearning.com/

Page 28: Why i love ruby than x

Question?

Thank you!