On Friday 06 October 2006 04:15, syan tan wrote:
> I was trying to find some documentation on how to write and understand ruby
> language, and there didn't seem to be good stuff like python's standard
> documentation. People have been writing documentation for C, java, python,
> C++,  pascal,  etc... for a very long time , and I can't see why they can't
> publish a decent  tutorial+reference+library_description for ruby,
> ideally they would just not reinvent the wheel, and copied python's
> documentation structure for ruby . Any such documentation available on
> the net ?

Sure. http://whytheluckystiff.net/ruby/pickaxe/ is what I mostly use
But eat your heart out at http://www.ruby-doc.org/
after reading through the good introduction into Ruby at 
http://en.wikipedia.org/wiki/Ruby_programming_language

If you are after library documentation a la Python, go to 
http://www.ruby-doc.org/stdlib/

PS: in Ruby, if you install new libraries through the "gem" system, you will 
always have consistent and accessible reference documentation on your 
computer - automatically!

Horst
_______________________________________________
Gpcg_talk mailing list
[email protected]
http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk

Reply via email to