hello friends! new(ish)!

Programming resources: Difference between revisions

From InstallGentoo Wiki v2
Jump to navigation Jump to search
>Oz
No edit summary
>Oz
No edit summary
Line 14: Line 14:


==C==
==C==
[http://data.a5.tf/Books/Programming/C/O%27Reilly%20-%20Practical%20C%20Programming.pdf O'Reilly - Practical C Programming]
* [http://data.a5.tf/Books/Programming/C/O%27Reilly%20-%20Practical%20C%20Programming.pdf O'Reilly - Practical C Programming]
 
* [http://data.a5.tf/Books/Programming/C/The%20C%20Programming%20Language%20-%202nd%20edition.pdf O'Reilly - The C Programming Language]
[http://data.a5.tf/Books/Programming/C/The%20C%20Programming%20Language%20-%202nd%20edition.pdf O'Reilly - The C Programming Language]


==C++==
==C++==
[http://roneducate.weebly.com/uploads/6/2/3/8/6238184/c_for_everyone_2nd_edition_horstmann_wiley_plus_textbook.pdf C++ for Everyone, 2nd ed.]
* [http://roneducate.weebly.com/uploads/6/2/3/8/6238184/c_for_everyone_2nd_edition_horstmann_wiley_plus_textbook.pdf C++ for Everyone, 2nd ed.]
 
* [http://data.a5.tf/Books/Programming/C%2B%2B/Accelerated%20C%2B%2B%202000.pdf Accelerated C++ 2000]
[http://data.a5.tf/Books/Programming/C%2B%2B/Accelerated%20C%2B%2B%202000.pdf Accelerated C++ 2000]


==C#==
==C#==
[http://data.a5.tf/Books/Programming/C%23/Apress%20Accelerated%20C%20Sharp%202010.pdf Apress Accelerated C# 2010]
* [http://data.a5.tf/Books/Programming/C%23/Apress%20Accelerated%20C%20Sharp%202010.pdf Apress Accelerated C# 2010]


==D==
==D==
Line 31: Line 29:


==Go==
==Go==
== Haskell ==
* [http://learnyouahaskell.com/chapters Learn You a Haskell for Great Good!]
* [http://book.realworldhaskell.org/read/ Real World Haskell]


==Lisp==
==Lisp==


[https://mitpress.mit.edu/sicp/full-text/book/book.html Structure and Interpretation of Computer Programs]
* [https://mitpress.mit.edu/sicp/full-text/book/book.html Structure and Interpretation of Computer Programs]


==Lua==
==Lua==


==Pascal==
==Pascal==
[http://www.marcocantu.com/epascal/ Essential Pascal]
* [http://www.marcocantu.com/epascal/ Essential Pascal]
 
* [http://code-sd.com/books/startprog/ Start Programming Using Object Pascal]
[http://code-sd.com/books/startprog/ Start Programming Using Object Pascal]


==Python==
==Python==

Revision as of 01:39, 29 January 2014

The principal programming paradigms

The following is a list of recommended books for learning how to program:

First, check GitHub's extensive list of free programming books: https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md

Second, a very comprehensive list: http://programming-motherfucker.com/

The gentoomen have also provided a torrent at http://books.gentoomen.org/ which has a metric fuckton of books, and if you prefer actual physical books, you can get them for really cheap from http://abebooks.com

If you don't see the book you're looking for listed, search the following lists for other sources of books:


C

C++

C#

D

F#

Go

Haskell

Lisp

Lua

Pascal

Python

Ruby

Rust