Difference between revisions of "HaRe"

From HaskellWiki
Jump to navigation Jump to search
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.

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.