thanks all

R

Roger Pack

Just wanted to thank everyone for their work on Ruby.
Here is why I love it:
very descriptive! I can add functions to existing classes and suddenly
String.to_parsed_date works and makes sense.
Blocks--annoying at the beginning, in the end they are priceless as
reducing code usage.
EventMachine--suddenly Ruby works with network apps and doesn't die!
Celestial!
Cool user base :)
Take care.
-Roger
 
J

Joel VanderWerf

Roger said:
Blocks--annoying at the beginning, in the end they are priceless as
reducing code usage.

Out of curiosity... what seemed annoying about them, and what was it
that changed your mind (an example, an explanation,...)?
 
R

Roger Pack

Joel said:
Out of curiosity... what seemed annoying about them, and what was it
that changed your mind (an example, an explanation,...)?

Figuring out what they are at all--I'm passing a block?
syntax for a block. &block
But in retrospect we mostly use them as newbies without knowing what we
are doing, and that's ok.
 
M

Marc Heiler

Figuring out what they are at all--I'm passing a block?
syntax for a block. &block
But in retrospect we mostly use them as newbies without knowing what we
are doing, and that's ok.


Isn't a block just something like {} ?
 
R

Roger Pack

Marc said:
Isn't a block just something like {} ?

It is, and also do...end
I guess the familiarity of {} with C also helps one integrate to ruby
more easily.
Take care!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,276
Messages
2,571,384
Members
48,073
Latest member
ImogenePal

Latest Threads

Top