From 673608a0a0b7d06b994f8aac60da2c126c120d21 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Fri, 4 Aug 2017 11:47:52 +0200 Subject: [PATCH] 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 --- README.md | 9 +++++---- utop.descr | 7 ++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aec55a5..f3436d9 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/utop.descr b/utop.descr index 49ed1af..54f6a14 100644 --- a/utop.descr +++ b/utop.descr @@ -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.