My favorites | Sign in
Google
Projects on Google Code Results 1 - 8 of 8
A wrapper around the GHC API to provide IDE functionality. For a variety of reasons there is no standard IDE for Haskell programmers. Many Haskell programmers use Vim or Emacs, but many others use Visual Studio, Eclipse, Yi or various other editors. There are efforts to provide IDE functionalit...
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...
A library implementation of XHaskell. We exploit the idea of partial derivatives in building efficient regular expression pattern matching algorithms. == Documentation == The ideas can be found in Kenny's and Martin's blogs http://luzhuomi.blogspot.com/ http://sulzmann.blogspot.com/ == Ne...
Build from source OpenSolaris packages of current versions of gcc, ghc, scala, git, etc...
WinGhci is a simple GUI to run GHCI (the [http://www.haskell.org/ghc Glasgow Haskell Interpreter]) on Windows, similar to [http://www.haskell.org/haskellwiki/WinHugs Winhugs]. http://winghci.googlecode.com/files/WinGhciScreenshot.png ==Installation== The way to install WinGhci is describ...
The "Scrap your boilerplate" (SYB) approach is a generic programming approach for Haskell. It is supported in the GHC >= 6.0 implementation of Haskell. Using this approach, you can write generic functions such as traversal schemes (e.g., `everywhere` and `everything`), as well as generic read, gener...
This is Leksah, a hopefully practical tool to support the Haskell development process. Leksah is an IDE (Integrated Development Environment) for the programming language Haskell. It is written in Haskell. Leksah uses GTK+ as GUI Toolkit with the gtk2hs binding. It is platform independent and sh...