Cookbook: Difference between revisions
(Added link to similar F# cookbook) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== Haskell Cookbook == | == Haskell Cookbook == | ||
* [[Cookbook/Compilers and interpreters|Haskell compilers and interpreters]] | * [[Cookbook/Compilers and interpreters|Haskell compilers and interpreters]] | ||
Line 23: | Line 21: | ||
* [http://www.zenspider.com/Languages/Ruby/Cookbook/index.html Ruby Cookbook] | * [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]] |
Latest revision as of 18:49, 26 May 2011
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