Erlang 开发选择什么 IDE?
我想进入 Erlang 编程,特别是一些 yaws 的东西。 (目前,我使用 Eclipse 进行 Java 开发。)
Erlang 开发选择什么 IDE?
I want to get into Erlang programming, specifically some yaws stuff. (Currently, I use Eclipse for Java development.)
What is the IDE of choice for Erlang development?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
虽然 NetBeans 或 Eclipse 的插件有多种选择,但官方推荐的 IDE 是 Emacs 的 Erlang 模式
While there are several choices of plugins for NetBeans or Eclipse, the officially recommended IDE is Erlang mode for Emacs
Eclipse 通过 Erlang 插件很好地完成了我的工作。 如果您已经通过 Java 开发熟悉了这一点,为什么不简单地坚持下去呢?
我也使用过 JEdit,它的性能非常好。
两者都非常擅长语法突出显示,并且具有新模块(OTP 等)的模板。
尽管我同意 Emacs 是首选的“官方”编辑器,但如果您不愿意,则不必使用它(并学习全新的编辑方法)。
Eclipse does the job just fine for me with the Erlang plugin. If you are already familiar with that through Java development why not simply stick with that?
I have also used JEdit and it performs pretty well.
Both are pretty good at syntax highlighting and have templates for new modules (OTP etc.).
Although I agree that Emacs is the "official" editor of choice you don't have to use it (and learn a whole new editing approach) if you don't want to.
Emacs 是首选 IDE。 它支持 Distel ,它将您的编辑器作为 Erlang 节点插入 Erlang 虚拟机集群中就其本身而言(maaan!)。
Emacs is the IDE of choice. It supports Distel which plugs your editor into a cluster of Erlang Virtual Machines as an Erlang node in its own right (maaan!).
如果你是一个新的 emacs 用户,我认为 emacs 真的可以杀了你:(
我尝试
erlide
(跳转到定义有问题,其他都很好)emacs-erlang
模式(对我来说真的很难),我最终选择了sublime text2
进行日常开发,我建议你可以尝试一下:这
和我预期的一样好。
If you are a new emacs user, I think emacs can really kill you :(
I try
erlide
(buggy for jump to defination, other is good)emacs-erlang
mode(really hard for me), I finally choosesublime text2
for daily development. I suggest you can try it.i install the following plugins:
that's as good as I expected.
寻找这个:
IntelliJ IDEA + Erlang 插件
https://plugins.jetbrains.com/plugin/7083-erlang/
Look for this one:
IntelliJ IDEA + Erlang plugin
https://plugins.jetbrains.com/plugin/7083-erlang/
如果您已经使用 Eclipse,Erlide 效果很好。 我确实认为带有 erlware-mode 的 Emacs 更好,但学习曲线可能会更好有点陡。
If you use Eclipse already, Erlide works nicely. I do think that Emacs with erlware-mode is better, but the learning curve may be a bit steep.