newsletterlibrary.com

Top : Computers : Programming : Languages : Haskell :
Tools

Websites
A project to provide better run-time profiling information for GpH.
site exerpt
APSET  T project has now finished, it ran from February 1998 to March 1999. A brief summary of what was achieved is available in the final report. The acronym APSET stands for A Parallel Software Engineering Tool, and is a one...
http://www.cee.hw.ac.uk/~gnik/apset/

A foreign function interface preprocessor, simplifying the task of interfacing Haskell programs to external libraries.
site exerpt
GreenCard: A Haskell Foreign Function Interface Preprocessor  Printable documentation dvi ps Docs are also included in the distributions News Download Examples License Links Bug reports/feedback What is GreenCard? Green Card is a foreign function interface preprocessor for Haskell, simplifying the task of interfacing Haskell programs to external...
http://haskell.cs.yale.edu/greencard/

A Haskell preprocessor for generating instances of classes.
site exerpt
The DrIFT Homepage  Wallace has produced an updated implementation for Haskell 98. He writes Other changes include the addition of a rule for deriving the Binary class (available as a library for both nhc98 and ghc and altering Main.main to write its results...
http://www.dcs.gla.ac.uk/~nww/derivehome.html

An (Independent definition language) IDL compiler for Haskell. Can be used to interface foreign language libraries and call COM methods from Haskell.
site exerpt
HaskellDirect  Haskell programmer that wants to better interact with and reuse external code. Interfacing Haskell code to external code involves the conversion of values between the Haskell world and the outside, as data representations and details of how memory is managed,...
http://haskell.cs.yale.edu/hdirect/

A declarative debugger for the Haskell 98.
site exerpt
A declarative debugger for Haskell 98  A declarative debugger for Haskell 98 Latest News [28May2004] Version 1.2 released Version 1.2 is now the official stable version of buddha 23Mar2004] Development Version 1.2 available. This version supports a new build system based on automake and autoconf. It...
http://www.cs.mu.oz.au/~bjpop/buddha/

A tool that takes a C library include file (.h) and generates Haskell Foreign Functions Interface import declarations for items (functions, structures, etc.) the header defines. [Open source, BSD License]
site exerpt
The Haskell FFI Binding Modules Generator (HSFFIG)  This is the home page of the Haskell FFI Binding Modules Generator (HSFFIG) Project. It is released in assumption that it may be useful to Haskell developers who need to use foreign libraries written in C. Various tools helping create...
http://hsffig.sourceforge.net