I'm going offtopic here, but I suggest you learn C. If you ever want to
interface with your operating system or a 3rd party library where Ruby
bindings don't exist, you're going to need it. Knowing C will also give
you the ability to read and understand the Ruby source code (well, most
of it), which may in turn allow you to submit patches where you think
they're needed.
It certainly doesn't hurt on a resume.
Regards,
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful. If you have received this communication
in error, please immediately notify the sender by reply e-mail and destroy
all copies of the communication and any attachments.
ยทยทยท
-----Original Message-----
From: Jamal Mazrui [mailto:Jamal.Mazrui@fcc.gov]
Sent: Monday, May 22, 2006 10:57 AM
To: ruby-talk ML
Subject: Re: Zed and Luis drop the bomb on Ruby's poor performanceWith respect, I do not agree with the argument that one
should use an external language to get speed in Ruby. I do
not know C and have no desire to learn it. I program in Ruby
partly to avoid the low level details that C programming demands.