Cookbook
From HaskellWiki
(Difference between revisions)
(nicer formulation) |
|||
| Line 17: | Line 17: | ||
* [[Cookbook/Testing|Testing]] | * [[Cookbook/Testing|Testing]] | ||
| - | + | == Similar projects for other programming languages == | |
| - | + | * [http://pleac.sourceforge.net/ PLEAC] | |
| - | + | * [http://schemecookbook.org/Cookbook/WebHome Scheme Cookbook] | |
| - | http://schemecookbook.org/Cookbook/WebHome | + | |
Revision as of 07:51, 31 August 2009
- General hints
- 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
