Where can I find the best online documentations for these languages? - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T01:05:34Zhttp://stackoverflow.com/feeds/question/1064275http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages2Where can I find the best online documentations for these languages?saint2009-06-30T15:18:51Z2009-12-14T21:10:35Z
<p>I always have trouble finding the documentations for the following, by documentation I mean good complete ones. Say what you want about the PHP, but it's documentation is the best I've seen so far.</p>
<p>So here's the list. Please let me know of the documentations that exists for these, if any.</p>
<p>Update: Few more added, others might find it helpful.</p>
<ol>
<li>Assembly <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064322#1064322">»</a></li>
<li>ANSI C <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064322#1064322">»</a></li>
<li>C++ <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064316#1064316">»</a></li>
<li>Python <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064322#1064322">»</a></li>
<li>Ruby <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064322#1064322">»</a><a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064295#1064295">»</a></li>
<li>Perl <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064322#1064322">»</a></li>
<li>LISP <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064322#1064322">»</a></li>
<li>BASH Scripting <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064310#1064310">»</a></li>
<li>Java <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064322#1064322">»</a></li>
<li>JavaScript <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064322#1064322">»</a></li>
<li>Erlang</li>
<li>Haskell</li>
<li>Fortran</li>
<li>Scheme</li>
<li>Prolog</li>
<li>Intercal <a href="http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064483#1064483">»</a></li>
</ol>
http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064295#10642951Answer by Ben Hughes for Where can I find the best online documentations for these languages?Ben Hughes2009-06-30T15:22:13Z2009-06-30T15:22:13Z<ol>
<li><a href="http://railsapi.com/doc/rails-v2.3.2.1/" rel="nofollow">http://railsapi.com/doc/rails-v2.3.2.1/</a> Rails and Ruby documentation. If you use a Mac with Fluid, it's even better</li>
</ol>
http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064300#10643001Answer by Thomas for Where can I find the best online documentations for these languages?Thomas2009-06-30T15:22:48Z2009-06-30T15:22:48Z<ol>
<li>Python: <a href="http://www.python.org/doc/" rel="nofollow">http://www.python.org/doc/</a> (not quite as good as Java, but still good).</li>
<li>Java: <a href="http://java.sun.com/j2se/1.5.0/docs/api/" rel="nofollow">http://java.sun.com/j2se/1.5.0/docs/api/</a></li>
<li>Javascript: https://developer.mozilla.org/En/JavaScript</li>
</ol>
http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064310#10643101Answer by Brandon E Taylor for Where can I find the best online documentations for these languages?Brandon E Taylor2009-06-30T15:24:23Z2009-06-30T15:30:35Z<ul>
<li>BASH - <a href="http://www.gnu.org/software/bash/manual/" rel="nofollow">http://www.gnu.org/software/bash/manual/</a></li>
<li>C++ - <a href="http://www.open-std.org/jtc1/sc22/wg21/" rel="nofollow">http://www.open-std.org/jtc1/sc22/wg21/</a></li>
<li>Java - <a href="http://java.sun.com/reference/api/" rel="nofollow">http://java.sun.com/reference/api/</a></li>
<li>JavaScript - <a href="https://developer.mozilla.org/en/JavaScript" rel="nofollow">https://developer.mozilla.org/en/JavaScript</a></li>
<li>LISP - <a href="http://www.lispworks.com/documentation/common-lisp.html" rel="nofollow">http://www.lispworks.com/documentation/common-lisp.html</a></li>
<li>Perl - <a href="http://perldoc.perl.org/" rel="nofollow">http://perldoc.perl.org/</a></li>
<li>Python - <a href="http://www.python.org/doc/" rel="nofollow">http://www.python.org/doc/</a></li>
<li>Ruby - <a href="http://www.ruby-lang.org/en/documentation/" rel="nofollow">http://www.ruby-lang.org/en/documentation/</a></li>
</ul>
http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064316#10643160Answer by DeadHead for Where can I find the best online documentations for these languages?DeadHead2009-06-30T15:25:09Z2009-06-30T15:25:09Z<ul>
<li>C++ - <a href="http://www.cplusplus.com" rel="nofollow">www.cplusplus.com</a></li>
</ul>
<p>Their documentation is good, but the tutorials are really basic..</p>
http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064322#10643224Answer by samoz for Where can I find the best online documentations for these languages?samoz2009-06-30T15:25:47Z2009-06-30T15:25:47Z<ol>
<li><a href="http://www.intel.com/products/processor/manuals/" rel="nofollow">Intel Manuals</a></li>
<li><a href="http://www.opengroup.org/onlinepubs/000095399/" rel="nofollow">Open Group Library</a></li>
<li>Same as above</li>
<li><a href="http://www.python.org" rel="nofollow">Python.org</a></li>
<li><a href="http://www.ruby-doc.org/" rel="nofollow">Ruby-doc.org</a></li>
<li><a href="http://perldoc.perl.org/" rel="nofollow">Perldoc.perl.org</a></li>
<li><a href="http://www.lispworks.com/documentation/common-lisp.html" rel="nofollow">Lispworks</a></li>
<li>Man pages</li>
<li><a href="http://java.sun.com/javase/6/docs/api/" rel="nofollow">Java API</a></li>
<li><a href="https://developer.mozilla.org/en/JavaScript" rel="nofollow">Mozilla JavaScript Documentation</a></li>
</ol>
http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064330#10643300Answer by Cfreak for Where can I find the best online documentations for these languages?Cfreak2009-06-30T15:26:35Z2009-06-30T15:26:35Z<p>Perl comes with great documentation out of the box especially if you're on Linux using the perldoc command will give you information about core functionality and CPAN modules.</p>
<p>But since you asked for online you can also view the same docs at <a href="http://perldoc.org" rel="nofollow">http://perldoc.org</a> and for modules at <a href="http://search.cpan.org" rel="nofollow">CPAN</a></p>
<p>BTW I have to disagree that PHP's documentation is good or complete. There are too many "gotchas" that you don't find unless you read all the comments!</p>
http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064399#10643990Answer by John Hyland for Where can I find the best online documentations for these languages?John Hyland2009-06-30T15:36:15Z2009-06-30T15:36:15Z<p>For the Ruby api, I like <a href="http://rubybrain.com" rel="nofollow">rubybrain.com</a> (and it's sister site, <a href="http://railsbrain.com" rel="nofollow">railsbrain.com</a> for the rails api). It's just the api, but it's got a nice, humane, AJAXified UI with good search functions.</p>
<p>For general instruction aimed at a newcomer to the Ruby language, <a href="http://www.rubycentral.com/book/" rel="nofollow">The Pickaxe Book</a> by Dave Thomas (of Pragmatic Programmer fame) is available online for free. If you like a little more weird in your tutorial, <a href="http://poignantguide.net/ruby/" rel="nofollow">why's (poignant) guide to ruby</a> is pretty classic.</p>
<p>As a collection of assorted Ruby documentation, <a href="http://www.ruby-doc.org/" rel="nofollow">Ruby-Doc.org</a> is quite good.</p>
http://stackoverflow.com/questions/1064275/where-can-i-find-the-best-online-documentations-for-these-languages/1064483#10644831Answer by Jeremy for Where can I find the best online documentations for these languages?Jeremy2009-06-30T15:49:40Z2009-06-30T15:49:40Z<p><a href="http://catb.org/esr/intercal/" rel="nofollow">Intercal</a>, because I had to.</p>