Difference between revisions of "Cookbook"

From HaskellWiki
Jump to navigation Jump to search
m
(Added link to similar F# cookbook)
 
(239 intermediate revisions by 27 users not shown)
Line 1: Line 1:
  +
== Haskell Cookbook ==
  +
* [[Cookbook/Compilers and interpreters|Haskell compilers and interpreters]]
  +
* [[Cookbook/Numbers|Numbers]]
  +
* [[Cookbook/Lists and strings|Lists and strings]]
  +
* [[Cookbook/Other data structures|Other data structures]]
  +
* [[Cookbook/Dates And Time|Dates and time]]
  +
* [[Cookbook/Pattern matching|Pattern matching]]
  +
* [[Cookbook/Interactivity|Interactivity]]
  +
* [[Cookbook/Files|Files]]
  +
* [[Cookbook/Network programming|Network programming]]
  +
* [[Cookbook/XML|XML]]
  +
* [[Cookbook/Databases access|Databases access]]
  +
* [[Cookbook/Graphical user interfaces|Graphical user interfaces]]
  +
* [[Cookbook/PDF files|PDF files]]
  +
* [[Cookbook/FFI|FFI]]
  +
* [[Cookbook/Testing|Testing]]
   
  +
== Similar projects for other programming languages ==
'''We need to start a GOOD (aka, not a PLEAC clone) Haskell cookbook.'''
 
  +
* [http://cl-cookbook.sourceforge.net/ Common Lisp Cookbook]
 
  +
* [http://pleac.sourceforge.net/ PLEAC]
== GHCi/Hugs ==
 
  +
* [http://www.zenspider.com/Languages/Ruby/Cookbook/index.html Ruby Cookbook]
 
  +
* [http://schemecookbook.org/Cookbook/WebHome Scheme Cookbook]
 
  +
* [http://fssnip.net/ F# Snippets]
== Strings ==
 
  +
[[Category:FAQ]]
 
  +
[[Category:How to]]
 
== Numbers ==
 
 
 
== Dates and Time ==
 
 
 
== Lists ==
 
 
 
== Pattern Matching ==
 
 
 
== Arrays ==
 
 
 
== Files ==
 
 
 
== Network Programming ==
 
 
 
== XML ==
 
 
 
== Databases ==
 
 
 
== FFI ==
 

Latest revision as of 18:49, 26 May 2011