[Haskell-cafe] Language.Perl? (static analysis of Perl code, in Haskell)
Johannes Waldmann
johannes.waldmann at htwk-leipzig.de
Tue May 5 13:59:43 UTC 2015
I am investigating options for analyzing,
and refactoring, legacy Perl code.
Ideally, the tools would be in a high-level language like Haskell.
I found [Pugs][1] and (related) [Language.Perl5][2]
but both appear dead.
Is there something for Perl that would provide
what [hack][4] provides for PHP, and [typescript][5] for JS?
(Perhaps I should write a Perl to PHP compiler.)
Yes, I know that [Perl is not parseable][3].
- J.W.
[1]: http://hackage.haskell.org/package/Pugs
[2]: http://hackage.haskell.org/package/HsPerl5
[3]: http://www.perlmonks.org/?node_id=800599
[4]: http://hacklang.org/
[5]: http://www.typescriptlang.org/
More information about the Haskell-Cafe
mailing list