标题: Leksah(用Haskell开发) [打印本页] 作者: fuqiang_huang 时间: 2008-09-16 12:30 标题: Leksah(用Haskell开发) Leksah is a Haskell IDE (Integrated Development Environment) written in Haskell based on Gtk+ and gtk2hs. Leksah is a practical tool to support the Haskell development process. It is platform independent and should run on any platform where GTK+, gtk2hs and GHC can be installed. (It is currently been tested on Windows and Linux but it should work on the Mac. It only works with the Glasgow Haskell Compiler (ghc).
提示:安装时用最新的包(ubuntu 8.04)
ghc-6.8.3 gtk2hs-0.9.13 binary-0.4.3.1
Contact autors at "jutaro at leksah.org"
来自德国
Plans for version 1.0
* Class Hierarchy pane
* Completion
* Search
* Haddock integration
* Import helper
* Editor improvements: E.g. Highlighting according to file type
* Working Cabal file editor with configurations
* Improvements and fixes in the source collector
* Bug fixes
Plans for version x.y.
* Debugging support
* Versioning support (Darcs)
* Test support (Quick check)
* Coverage (HPC)
* Profiling (Ghc Profiler)
* Refactoring (HaRe)
* FAD (Functional Analysis and Design)
* Plugins