From: Mike Potanin <potanin@mccme.ru>
To: caml-list@inria.fr
Subject: [Caml-list] Toplevel with line editor.
Date: Wed, 8 Oct 2003 13:30:19 +0400 (MSD) [thread overview]
Message-ID: <Pine.LNX.4.58.0310081219580.11187@mccme.ru> (raw)
IMHO, to run ocaml toplevel with pipes (like ocaml2) is not a good idea.
This program can't distinguish between toplevel output and user script
output.
For example:
print_string "xxx# "; flush stdout ; ignore (input_line stdin);;
Standard toplevel can not hook line input (Toploop.refill_lexbuf).
I made patch to fix this problem and also I made a simple toplevel which
uses getline lib (based on ocaml2 code).
http://wtk.ru/pm/fp/caml/iocaml.tgz
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
reply other threads:[~2003-10-08 9:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.58.0310081219580.11187@mccme.ru \
--to=potanin@mccme.ru \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox