Make clear that toplevel = REPL

This is to help newcomers and stems from the discussion
https://discuss.ocaml.org/t/ocaml-first-impressions/517/47
This commit is contained in:
Christophe Troestler 2017-08-04 11:47:52 +02:00
parent 599fa4ff64
commit 673608a0a0
2 changed files with 9 additions and 7 deletions

View File

@ -2,14 +2,15 @@
See the last announcement for more details: https://sympa.inria.fr/sympa/arc/caml-list/2017-05/msg00124.html
utop - a universal toplevel for OCaml
=====================================
utop — a universal toplevel (i.e., REPL) for OCaml
==================================================
utop is an improved toplevel for OCaml. It can run in a terminal or
utop is an improved toplevel (i.e., Read-Eval-Print Loop) for
OCaml. It can run in a terminal or
in Emacs. It supports line editing, history, real-time and context
sensitive completion, colors, and more.
It integrates with the tuareg and typerex modes in Emacs.
It integrates with the Tuareg and typerex modes in Emacs.
[![Travis build Status](https://travis-ci.org/diml/utop.svg?branch=master)](https://travis-ci.org/diml/utop)

View File

@ -1,5 +1,6 @@
Universal toplevel for OCaml
utop is an improved toplevel for OCaml. It can run in a terminal or in Emacs. It
supports line edition, history, real-time and context sensitive completion,
colors, and more. It integrates with the tuareg mode in Emacs.
utop is an improved toplevel (i.e., Read-Eval-Print Loop or REPL) for
OCaml. It can run in a terminal or in Emacs. It supports line
edition, history, real-time and context sensitive completion, colors,
and more. It integrates with the Tuareg mode in Emacs.