Personal tools

Cookbook

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(remove explanation how a wiki works)
Current revision (18:49, 26 May 2011) (edit) (undo)
(Added link to similar F# cookbook)
 
(13 intermediate revisions not shown.)
Line 1: Line 1:
-
[[Category:How to]]
+
== Haskell Cookbook ==
-
 
+
* [[Cookbook/Compilers and interpreters|Haskell compilers and interpreters]]
-
* [[Cookbook/General hints|General hints]]
+
-
* [[Cookbook/Strings|Strings]]
+
* [[Cookbook/Numbers|Numbers]]
* [[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/Dates And Time|Dates and time]]
-
* [[Cookbook/Lists|Lists]]
 
-
* [[Cookbook/Other data structures|Other data structures]]
 
* [[Cookbook/Pattern matching|Pattern matching]]
* [[Cookbook/Pattern matching|Pattern matching]]
* [[Cookbook/Interactivity|Interactivity]]
* [[Cookbook/Interactivity|Interactivity]]
Line 18: Line 16:
* [[Cookbook/Testing|Testing]]
* [[Cookbook/Testing|Testing]]
-
'''We need to start a Haskell centered cookbook (aka, not a [http://pleac.sourceforge.net/ PLEAC] clone)
+
== Similar projects for other programming languages ==
-
 
+
* [http://cl-cookbook.sourceforge.net/ Common Lisp Cookbook]
-
This page is based on the Scheme Cookbook at
+
* [http://pleac.sourceforge.net/ PLEAC]
-
http://schemecookbook.org/Cookbook/WebHome'''
+
* [http://www.zenspider.com/Languages/Ruby/Cookbook/index.html Ruby Cookbook]
 +
* [http://schemecookbook.org/Cookbook/WebHome Scheme Cookbook]
 +
* [http://fssnip.net/ F# Snippets]
 +
[[Category:FAQ]]
 +
[[Category:How to]]

Current revision

1 Haskell Cookbook

2 Similar projects for other programming languages