Goal
An extensible IDE for Haskell
Current homepage
http://d3proj.dyndns.org/Desired features
- Import chasing and module dependencies
- Interfacing to Haskell compiler/interpreter to get info about various program entities
- Interfacing to other existing Haskell tools (debugging, testing, refactoring,...)
- Extensibility - adding interfaces to further tools should be easy
- Portability (at least X Window/MS Windows/Mac)
User interface - possibilities
- Emacs (http://www.emacswiki.org/cgi-bin/wiki)
- wxWindows based GUI (http://wxwindows.org, http://wxhaskell.sourceforge.net/)
Related work
Related courses
- Advanced Functional Programming
- Programming Languages
Supervisors
John Hughes, Peter Gammie, Marcin Benke