Ruby

Tiveria

Sheeptastic!
I'm going to be learning Ruby at work. One of the guys may be moving on, so...

New programming skills - woot.
 
<div class='quotetop'>QUOTE(Tiveria @ Aug 18 2006, 11:08 PM) [snapback]107783[/snapback][/center]
I'm going to be learning Ruby at work. One of the guys may be moving on, so...

New programming skills - woot.
[/b]
w00t
 
Don't know ruby...and apparently don't know diamond! HAAAAA HAAAAAaaaa heh *cough*

It was funny damn it! :zeppelin:
 
<div class='quotetop'>QUOTE(Tiveria @ Aug 18 2006, 11:08 PM) [snapback]107783[/snapback][/center]
Ruby, Not the song, nor the gem
I'm going to be learning Ruby at work. One of the guys may be moving on, so...

New programming skills - woot.
[/b]
um, you still aint really explained what ruby exactly is.
and now im confused again.
/cry
 
<div class='quotetop'>QUOTE(Shaggz1297 @ Aug 18 2006, 11:46 PM) [snapback]107814[/snapback][/center]
um, you still aint really explained what ruby exactly is.
and now im confused again.
/cry
[/b]
Ruby
 
<div class='quotetop'>QUOTE(Shaggz1297 @ Aug 18 2006, 09:46 AM) [snapback]107814[/snapback][/center]
um, you still aint really explained what ruby exactly is.
and now im confused again.
/cry
[/b]

It's an interpreted language (kind of like a scripting language).

very concise so far, but neat little things you can do.

ie.

3.upto(6) {|i| print i }

will print 3456...

kinda neat.
 
Back
Top