Browse thread
colorized output of ocaml interactive shell
-
David MENTRE
- Olivier Grisel
- Igor Pechtchanski
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Olivier Grisel <olivier.grisel@e...> |
| Subject: | Re: [Caml-list] colorized output of ocaml interactive shell |
David MENTRE wrote: > Hello, > > I will do a presentation on OCaml soon. I would like to show some > example of interactive sessions in the OCaml interactive environment, > ocaml launched in an XTerm. Does anybody know a program/shell > script/whatever that can produce a nice colorized output (e.g. types)? > Any advice? > What would be really neat would be an equivalent of the excellent ipython interactive shell for ocaml. http://ipython.scipy.org/ But maybe the ocaml top level lacks python introspection capabilities ... Best, Olivier