Cookbook
From HaskellWiki
(Difference between revisions)
(Added link to similar F# cookbook) |
|||
| (6 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| - | |||
| - | |||
== Haskell Cookbook == | == Haskell Cookbook == | ||
| - | * [[Cookbook/ | + | * [[Cookbook/Compilers and interpreters|Haskell compilers and interpreters]] |
* [[Cookbook/Numbers|Numbers]] | * [[Cookbook/Numbers|Numbers]] | ||
* [[Cookbook/Lists and strings|Lists and strings]] | * [[Cookbook/Lists and strings|Lists and strings]] | ||
| Line 19: | Line 17: | ||
== Similar projects for other programming languages == | == Similar projects for other programming languages == | ||
| + | * [http://cl-cookbook.sourceforge.net/ Common Lisp Cookbook] | ||
* [http://pleac.sourceforge.net/ PLEAC] | * [http://pleac.sourceforge.net/ PLEAC] | ||
| + | * [http://www.zenspider.com/Languages/Ruby/Cookbook/index.html Ruby Cookbook] | ||
* [http://schemecookbook.org/Cookbook/WebHome Scheme Cookbook] | * [http://schemecookbook.org/Cookbook/WebHome Scheme Cookbook] | ||
| + | * [http://fssnip.net/ F# Snippets] | ||
| + | [[Category:FAQ]] | ||
| + | [[Category:How to]] | ||
Current revision
1 Haskell Cookbook
- Haskell compilers and interpreters
- Numbers
- Lists and strings
- Other data structures
- Dates and time
- Pattern matching
- Interactivity
- Files
- Network programming
- XML
- Databases access
- Graphical user interfaces
- PDF files
- FFI
- Testing
2 Similar projects for other programming languages
Categories: FAQ | How to
