ANN: google-code project releases (haskell, erlang, jvm source and more)
http://code.google.com/p/haskellnotebook/
The Haskell Notebook (another Haskell Cookbook) contains some common and not so common Haskell programming idioms that are contained 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.
Compiling the Source
ghc --make -fglasgow-exts Simple.hs
Functional Programming and Factor
Resources
- http://factorcode.org/
- http://en.wikipedia.org/wiki/Factor_programming_language
- http://www.haskell.org/ghc/
Milestone and CHANGELOG highlights
Haskell/Erlang examples set1 (3/28/2008)
- uploaded HaskellSimpleTextMining?.tar.gz - haskell text mining example; covers many different aspect of haskell. Including a web scraper (python) and tools to analysis web document, naive bayes analysis, finding simple document statistics.
- uploaded SimpleIrcClient_Erlang?.tar.gz - simple erlang IRC client
- uploaded erlang_set1_d032008.tar.gz - erlang cookbook examples set1
- uploaded haskell_set1_d032008.tar.gz - haskell cookbook examples set1, many topics include monads, cabal, reading/writing binary files, etc
- uploaded lisp_set1_d032008.tar.gz - lisp cookbook examples set1, lisp widget toolkit (example FFI source code), lisp apache log file analysis tool
http://code.google.com/p/jvmnotebook/
The Java Virtual Machine ( Sun's JVM is called HotSpot ) is a java bytecode intepreter which is fast, portable and secure. Jython, JRuby, Scala, ABCL (Common Lisp) are popular language implementations that run on the JVM that allow for the jvmcookbook sugar of their particular languages.
This project contains multiple sub-projects and code demos related to those jvm language implementations.
Milestone and CHANGELOG highlights
JVM Notebook, set1 release (3/27/2008)
- uploaded JRubySourceCodeManager.zip - example jruby web application oriented j2ee application. an example source code manager for viewing all of your source code in your project. Use of simple jruby/spring framework.
- uploaded jython_set1_d032008.zip - misc jython oriented examples including struts based application. Junit/Jython example and other notebook samples.
- uploaded scala_set1_d032008.zip - scala examples including scala/lift web project(note: using older version of scala source code)
- uploaded misc_NeuralNetworkJava?.zip - misc neural network example in java
- uploaded abcl_set1_d032008.zip - abcl/lisp examples including abcl oriented web example.
http://code.google.com/p/octaneos/
Comments