在Windows上编程ML的编辑器?

时间:2022-11-01 22:06:04

I know I can use Emacs but I haven't used it earlier... are there any other alternatives??

我知道我可以使用Emacs,但我之前没有使用过它...还有其他选择吗?

Thanks

3 个解决方案

#1


The Zeus programmer's editor can be easily configured for almost any programming language.

Zeus程序员的编辑器可以轻松配置几乎任何编程语言。

#2


You could use the Visual Studio editor for F# - with

您可以将Visual Studio编辑器用于F# - with

#indent "off"

at the top of the file, the core of F# is largely compatible with OCaml (especially if you reference the F# PowerPack). Not perfect, but useful...

在文件的顶部,F#的核心很大程度上与OCaml兼容(特别是如果你引用F#PowerPack)。不完美,但很有用......

Anecdote: a friend of mine was taking a programming class that used OCaml, and he used F# inside VS (sticking to OCaml library/language) to author his homework, to have good editor/debugger support while working, and then switched to OCaml compiler for final touch-ups and compatibility fixes before submitting assignments; this seemed to work reasonably well for him.

轶事:我的一个朋友正在使用一个使用OCaml的编程类,他在VS中使用F#(坚持使用OCaml库/语言)来编写他的作业,在工作时获得良好的编辑/调试器支持,然后切换到OCaml编译器在提交作业之前进行最后的修饰和兼容性修补;这对他来说似乎运作得相当好。

#3


Of course... VIM --what i use with ocaml.

当然...... VIM - 我和ocaml一起使用。

Aside from that, there is an eclipse plug-in for SML/NJ called ML-Dev and ODT for ocaml.

除此之外,还有一个用于SML / NJ的eclipse插件,称为ML-Dev和用于ocaml的ODT。

#1


The Zeus programmer's editor can be easily configured for almost any programming language.

Zeus程序员的编辑器可以轻松配置几乎任何编程语言。

#2


You could use the Visual Studio editor for F# - with

您可以将Visual Studio编辑器用于F# - with

#indent "off"

at the top of the file, the core of F# is largely compatible with OCaml (especially if you reference the F# PowerPack). Not perfect, but useful...

在文件的顶部,F#的核心很大程度上与OCaml兼容(特别是如果你引用F#PowerPack)。不完美,但很有用......

Anecdote: a friend of mine was taking a programming class that used OCaml, and he used F# inside VS (sticking to OCaml library/language) to author his homework, to have good editor/debugger support while working, and then switched to OCaml compiler for final touch-ups and compatibility fixes before submitting assignments; this seemed to work reasonably well for him.

轶事:我的一个朋友正在使用一个使用OCaml的编程类,他在VS中使用F#(坚持使用OCaml库/语言)来编写他的作业,在工作时获得良好的编辑/调试器支持,然后切换到OCaml编译器在提交作业之前进行最后的修饰和兼容性修补;这对他来说似乎运作得相当好。

#3


Of course... VIM --what i use with ocaml.

当然...... VIM - 我和ocaml一起使用。

Aside from that, there is an eclipse plug-in for SML/NJ called ML-Dev and ODT for ocaml.

除此之外,还有一个用于SML / NJ的eclipse插件,称为ML-Dev和用于ocaml的ODT。