Hacker News new | ask | show | jobs
by rarestblog 4470 days ago
What IDE do people use for Hack?
2 comments

Stay tuned. You'll hear more in due course.

In the mean time, the open source release of Hack includes integration with both Emacs and Vim.

If it involves Jets and brains..., then you will have won the interweb awards so soon in the year.
Will the vim plugin be seperated out into a subsplit so it can be used with Vunde or any of the other package managers that exist for VIM?
Facebook IDE incoming?
I think they mentioned something in the browser using js_of_ocaml at CUFP last year.
The js_of_ocaml bits are actually what are powering our interactive tutorial (http://hacklang.org/tutorial/) -- the tutorial is actually a full build of the typechecker running in your browser :) The source for it is mostly at https://github.com/facebook/hhvm/tree/master/hphp/hack/src/j... minus a little bit of glue.
Perhaps Sublime Text 2?
We currently don't have Sublime Text 2 support, but it shouldn't be too hard to do, given Sublime's excellent plug-in design.

Feel free to send us a pull request: https://github.com/facebook/hhvm/tree/master/hphp/hack/edito...

How about an MVC type framework, like Laravel for Hack?
Noted! Great work you people have done there.