|
Project Information
Featured
Downloads
Links
|
The Haskell Notebook (another Haskell Cookbook) contains some common and not so common Haskell programming idioms that are packaged in a collection of working/compilable examples. There is also a collection of source code from other functional programming languages including Lisp and Erlang. This project is similar to other cookbook projects that you may find on the web for various other programming languages. To get the latest source and examples, browse the subversion repository: http://haskellnotebook.googlecode.com/svn/trunk/ Compiling the SourceIf you are attempting to compile the source, you should be able to do the following assuming that you have the Glasgow Haskell Compiler installed. In the event that you copied the code from one of the wiki pages and you receive an error, check the subversion repository or downloads for a mirror of the wiki example (the formatting on the wiki may have caused the issue). ghc --make -fglasgow-exts Simple.hs Functional Programming and FactorThis notebook and set of cookbook examples was ideally setup to explore different functional programming languages. Even though Factor is not considered to be a functional programming language. It is still an interesting project and language, so some factor cookbook examples will also show up under this project. Resources
Browse SVN RepositoriesVisit the haskellnotebook SVN source repositories listed below: http://haskellnotebook.googlecode.com/svn/trunk/benchmarks/crud_blog/ - Performance Analysis of Erlang and JVM Languages tags: jvm, erlang, erlyweb, rails http://haskellnotebook.googlecode.com/svn/trunk/erlang/ - Erlang examples tags: erlang http://haskellnotebook.googlecode.com/svn/trunk/factor/ tags for factor: factor language http://haskellnotebook.googlecode.com/svn/trunk/haskell/ tags for haskell: misc haskell examples http://haskellnotebook.googlecode.com/svn/trunk/scheme/ tags for scheme: scheme Milestone and CHANGELOG highlightsHaskell/Erlang examples set1 (3/28/2008)
|