a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: emacs-mode for OCaml programs
OCaml (Objective Caml) is a programming language featuring functional
programming, mutable data structures, algebraic data types, and type
inference.
.
This package provides tuareg-mode for editing OCaml programs with
Emacs and XEmacs. It also works on Caml Light, the predecessor
language of OCaml.
.
Tuareg handles automatic indentation of Objective Caml and Caml-Light
code. Key parts of the code are highlighted using Font-Lock. It
provides support to run an interactive OCaml toplevel and debugger.
.
Another popular emacs mode for editing OCaml files is caml-mode,
available through the elpa-caml package. Tuareg attempts to give
better results than caml-mode. Indentation rules are slightly
different but closer to classical functional languages
indentation. Tuareg gives access to some functionalities from
caml-mode.
Description: emacs-mode for OCaml programs
Tuareg handles automatic indentation of Objective Caml and Caml-Light
code. Key parts of the code are highlighted using Font-Lock. It
provides support to run an interactive OCaml toplevel and debugger.
.
This mode attempts to give better results than the caml-mode provided by
the elpa-caml package. Indentation rules are slightly different but
closer to classical functional languages indentation. Tuareg
gives access to some functionalities from caml-mode when the elpa-caml
package is installed.
--- 298837 Thu Jan 1 00:00:00 1970
+++ 272294 Thu Jan 1 00:00:00 1970
@@ -1,19 +1,10 @@
emacs-mode for OCaml programs
- OCaml (Objective Caml) is a programming language featuring functional
- programming, mutable data structures, algebraic data types, and type
- inference.
- .
- This package provides tuareg-mode for editing OCaml programs with
- Emacs and XEmacs. It also works on Caml Light, the predecessor
- language of OCaml.
- .
Tuareg handles automatic indentation of Objective Caml and Caml-Light
code. Key parts of the code are highlighted using Font-Lock. It
provides support to run an interactive OCaml toplevel and debugger.
.
- Another popular emacs mode for editing OCaml files is caml-mode,
+ This mode attempts to give better results than the caml-mode provided by
- available through the elpa-caml package. Tuareg attempts to give
+ the elpa-caml package. Indentation rules are slightly different but
- better results than caml-mode. Indentation rules are slightly
+ closer to classical functional languages indentation. Tuareg
- different but closer to classical functional languages
+ gives access to some functionalities from caml-mode when the elpa-caml
- indentation. Tuareg gives access to some functionalities from
+ package is installed.
- caml-mode.