Juri Rischel Jensen
2006-Nov-13 14:18 UTC
(A bit offtopic): A good starting book for ruby programming?
Hi all Guess it''s time for me to dig a bit deeper into the ruby language. Can you recommend some good starting books on ruby programming? Thanks. -- Med venlig hilsen Juri Rischel Jensen Fab:IT ApS Vesterbrogade 50 DK-1620 København Tlf: 70 202 407 / Fax: 33 313 640 www.fab-it.dk / juri@fab-it.dk
Devdas Bhagat
2006-Nov-13 15:21 UTC
Re: (A bit offtopic): A good starting book for ruby programming?
On 13/11/06 15:18 +0100, Juri Rischel Jensen wrote:> Hi all > > Guess it''s time for me to dig a bit deeper into the ruby language. > Can you recommend some good starting books on ruby programming? >The pickaxe: Programming Ruby, by Dave Thomas, Chad Fowler and Andy Hunt. Devdas Bhagat
Luke Kanies
2006-Nov-13 17:04 UTC
Re: (A bit offtopic): A good starting book for ruby programming?
On Nov 13, 2006, at 8:18 AM, Juri Rischel Jensen wrote:> Hi all > > Guess it''s time for me to dig a bit deeper into the ruby language. > Can you recommend some good starting books on ruby programming?As Devdas mentioned, the Pickaxe is the gold standard, but it''s more useful as a reference than a guide. At least, that''s how I''ve found it so. Why''s Poignant Guide to Ruby is both excellent and hilarious: http://poignantguide.net/ There''s also Hal Fulton''s "The Ruby Way", which just had an update released. Lastly, ''irb'' (interactive ruby) is a great learning tool -- you can start it, load some libraries, and start poking around in classes. E.g.,: luke@culain(0) $ irb irb(main):001:0> require ''puppet'' => true irb(main):002:0> puts Puppet.methods.sort < <<=> ====~ > >[] []__id__ __maybe_initialize_signal_observer __send__ absorb_signal absorb_signals alert ancestors ... -- Luke Kanies http://madstop.com | http://reductivelabs.com | 615-594-8199
Matthew Palmer
2006-Nov-13 21:24 UTC
Re: (A bit offtopic): A good starting book for ruby programming?
On Mon, Nov 13, 2006 at 03:18:03PM +0100, Juri Rischel Jensen wrote:> Guess it''s time for me to dig a bit deeper into the ruby language. > Can you recommend some good starting books on ruby programming?For beginning programming, there''s Chris Pine''s Learn To Program: http://pine.fm/LearnToProgram/ Or if you''re already familiar with the mechanics, the Pickaxe (as previously mentioned) is the only way to fly. - Matt -- I told [my daughter] that if I see her digging a hole that she might not be able to crawl out of, my job isn''t to stand back and say "That''s a *real* nice hole you''re digging there". -- Paul Tomblin, ASR