HaRe: Difference between revisions
DonStewart (talk | contribs) No edit summary |
DonStewart (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
* Better examples, user extension documentation | * Better examples, user extension documentation | ||
* Maintainance and portability long term. | * Maintainance and portability long term. | ||
* Possibly use Scion, to abstract editor<- scion-{hare} ->ghc-api layer. |
Revision as of 07:56, 3 September 2010
The HaRe Project
Currently, HaRe is a full Haskell 98 refactoring tool for automated refactoring of Haskell 98 programs. It is integrated with Emacs and Vim. Future plans are to extend support for Haskell 2010 and other language extensions.
The project is lead by Chris Brown.
- Project homepage
- Stable release (on hackage)
Roadmap (sketch)
- API decisions (ghc-api/ programmatica/ haskell-src-exts)
- Extending refactorings to cope with new extensions
- Simpler generics for tree traversals.
- Query / transform language support
- Better examples, user extension documentation
- Maintainance and portability long term.
- Possibly use Scion, to abstract editor<- scion-{hare} ->ghc-api layer.