Erlang 开发选择什么 IDE?

发布于 2024-07-26 20:14:45 字数 150 浏览 5 评论 0原文

我想进入 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

oО清风挽发oО 2024-08-02 20:14:45

虽然 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

转瞬即逝 2024-08-02 20:14:45

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.

树深时见影 2024-08-02 20:14:45

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!).

洛阳烟雨空心柳 2024-08-02 20:14:45

如果你是一个新的 emacs 用户,我认为 emacs 真的可以杀了你:(

我尝试 erlide(跳转到定义有问题,其他都很好)emacs-erlang 模式(对我来说真的很难),我最终选择了 sublime text2 进行日常开发,我建议你可以尝试一下:

package control
sublime-erlang
sublimerl
ctags

和我预期的一样好。

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 choose sublime text2 for daily development. I suggest you can try it.

i install the following plugins:

package control
sublime-erlang
sublimerl
ctags

that's as good as I expected.

逆夏时光 2024-08-02 20:14:45

寻找这个:

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/

画▽骨i 2024-08-02 20:14:45

如果您已经使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文