Y
Hacker News
new
|
ask
|
show
|
jobs
by
carbonica
5424 days ago
Considering Facebook uses Haskell to automate changes to their PHP codebase, I'd imagine PHP isn't doing them any favors.
1 comments
__rkaup__
5423 days ago
I heard about that tool. Can you tell us more about what it does?
link
antoncohen
5423 days ago
It is called lex-pass [1], it does syntax aware transformations of PHP. Like sed, but specifically for PHP. There is a video that mentions it briefly at 2:00 min [2].
[1]
https://github.com/facebook/lex-pass
[2]
http://www.vimeo.com/6699769
link