Changeset 5696 for READTHEM

Show
Ignore:
Timestamp:
07/19/05 15:40:33 (3 years ago)
Author:
autrijus
svk:copy_cache_prev:
7696
Message:

* Various, cosmetic, accessory file cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • READTHEM

    r5284 r5696  
    1212---------------------------------------------------------------------------- 
    1313 
    14 = Autrijus's recommended Haskell reading: 
     14= Haskell - Books: 
    1515 
    1616Algorithms: A Functional Programming Approach  - Fethi A. Rabhi, Guy Lapalme 
    1717The Haskell School of Expression                                - Paul Hudak 
    1818Haskell: The Craft of Functional Programming                - Simon Thompson 
     19The Fun of Programming                  - Jeremy Gibbons, Oege de Moor (ed.) 
    1920 
    20 = Some Online Haskell Resources 
     21= Haskell - Online: 
    2122 
    2223HaskellDemo                                     - Shae Erisson (aka "shapr") 
    23   <http://www.haskell.org/hawiki/HaskellDemo> 
     24    http://www.haskell.org/hawiki/HaskellDemo 
    2425Haskell Tutorial for C Programmers                          - Eric Etheridge 
    25   <http://www.haskell.org/~pairwise/intro/intro.html> 
     26    http://www.haskell.org/~pairwise/intro/intro.html 
    2627Yet Another Haskell Tutorial                                 - Hal Daume III 
    27   <http://www.isi.edu/~hdaume/htut/> 
     28    http://www.isi.edu/~hdaume/htut/ 
    2829Haskell Mini-Primer                    (this covers infix $ and . operators) 
    29   <http://conal.net/pan/haskell-primer.htm>   
    30 Harrorth  - A implemenation journal for a haskell project in tutorial format 
    31   <http://feather.perl6.nl/~nothingmuch/harrorth/> 
     30    http://conal.net/pan/haskell-primer.htm 
     31Harrorth implementation journal                               - Yuval Kogman 
     32    http://feather.perl6.nl/~nothingmuch/harrorth/ 
    3233All About Monads                                              - Jeff Newbern 
    33   <http://www.nomaware.com/monads/html/index.html> 
    34 The Fun of Programming           - edited by Jeremy Gibbons and Oege de Moor 
    35     isbn 0-333-99285-7 
     34    http://www.nomaware.com/monads/html/index.html 
    3635 
    37 = Perl 6 books (always outdated :)) 
     36= Perl 6 (always outdated :)) 
    3837 
    3938Perl 6 and Parrot Essentials  - Allison Randal, Dan Sugalski, Leopold Tötsch