5 ms·
What IDE do people use for Hack?
by rarestblog 13y ago
What IDE do people use for Hack?
- bos 13y agoStay 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.
- jasonlotito 13y agoIf it involves Jets and brains..., then you will have won the interweb awards so soon in the year.
- Phlarp 13y agoFacebook IDE incoming?
- lpw25 13y agoI think they mentioned something in the browser using js_of_ocaml at CUFP last year.
- jwatzman 13y agoThe js_of_ocaml bits are actually what are powering our interactive tutorial (http://hacklang.org/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/js https://github.com/facebook/hhvm/tree/master/hphp/hack/src/j... minus a little bit of glue.
- henrikbjorn 12y agoWill 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?
- diegoperini 13y agoPerhaps Sublime Text 2?
- amenghra 13y agoWe 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/editor-plugins https://github.com/facebook/hhvm/tree/master/hphp/hack/edito...
- diegoperini 13y agoNoted! Great work you people have done there.
- mdance86 13y agoHow about an MVC type framework, like Laravel for Hack?