Difference between revisions of "Ghent Functional Programming Group/BelHac/Projects"

From HaskellWiki
Jump to navigation Jump to search
(add loker)
Line 27: Line 27:
   
 
Hackers: Jasper Van der Jeugt
 
Hackers: Jasper Van der Jeugt
  +
  +
=== Loker ===
  +
  +
Shell parser / static analysis tool / compiler. See the [http://github.com/feuerbach/loker/blob/master/README.md README].
  +
  +
Hackers: Roman Cheplyaka

Revision as of 21:54, 6 October 2010

Projects

If you have a project that you want to work on at the Hackathon, please describe it here. This page is only meant for coordination, it does not impose anything.

If you're interested in one of these projects, add your name to the list of hackers under that project. If you have another project you'd want to hack on, add it to the list!


HaBench

Two years ago, boegel (Kenneth Hoste) and Itkovian (Andy Georges) tried to fire up an effort to construct a new, representative and neat benchmark suite for Haskell, under the name HaBench. Since then, not much happened, except people kept contributing to and making (small) changes in the nofib suite. Unfortunately, nofib mainly consists of short running applications. Given the fact that Haskell programs come with a built-in runtime management system, chances are your measurements on this suite might be perturbed by the runtime more than you'd like.

The plan is to develop a framework for the new suite, modelled on nofib, but using best practices, such as criterion. The proposal on the main github repo reflects what I think should be considered in order to obtain a decent framework. The initial benchmarks that will take place in the framework will most likely be those from nofib, the language shootout, etc. We shall see where we can take this beast, but I'd love it if we could have some finalised version (0.9 :-) by the deadline for the next Haskell Symposium, so we can submit something there.

Hackers: Andy Georges, Kenneth Hoste.

hawk

I am interested in creating an AWK-like DSL in Haskyll using the Data.Text library. This project is still in the "planning phase", feel free to contact me if you want to contribute.

Hackers: Jasper Van der Jeugt

Loker

Shell parser / static analysis tool / compiler. See the README.

Hackers: Roman Cheplyaka