Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Know of an OCAML IDE? [closed]

Know of an OCAML/CAML IDE? Especially one that runs on Linux?

like image 263
DustinB Avatar asked Sep 23 '08 03:09

DustinB


People also ask

What does :: mean in OCaml?

Regarding the :: symbol - as already mentioned, it is used to create lists from a single element and a list ( 1::[2;3] creates a list [1;2;3] ). It is however worth noting that the symbol can be used in two different ways and it is also interpreted in two different ways by the compiler.


2 Answers

Emacs in Caml mode, or Tuareg mode, or TypeRex mode. TypeRex adds auto-completion to Taureg in emacs - a really nice feature for people who prefer the more graphical IDE's.

like image 163
Alex M Avatar answered Sep 24 '22 20:09

Alex M


There is Camelia. You can also integrate OCaml into Eclipse. Also in Emacs you can use ocaml-mode and tuareg-mode.

like image 37
λ Jonas Gorauskas Avatar answered Sep 25 '22 20:09

λ Jonas Gorauskas