<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2002/12/ab87b0205aa5dcf4eb05a70cbca50974"
  from="Mike Potanin &lt;potanin@m...&gt;"
  author="Mike Potanin"
  date="2002-12-05T10:05:36"
  subject="Re: [Caml-list] [Release] ocaml2: ocaml with editable line history"
  prev="2002/12/3a29f1975beda5e8c692774800ed0d87"
  next="2002/12/6ea01d36289948e816ef3d19961d3ec6"
  prev-in-thread="2002/12/5cc160bf0af1aae0fd1bc747f2aaee7c"
  next-in-thread="2002/12/c7f88aded4b3e1a3ba0ca2d054b53320"
  prev-thread="2002/12/347197c8c7b625cd247ec88ce99f6e14"
  next-thread="2002/12/4b291d6b55cf57ba30215d1019be5195"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] [Release] ocaml2: ocaml with editable line history">
<msg 
  url="2002/12/5cc160bf0af1aae0fd1bc747f2aaee7c"
  from="SooHyoung Oh &lt;shoh@d...&gt;"
  author="SooHyoung Oh"
  date="2002-12-05T06:58:22"
  subject="[Caml-list] [Release] ocaml2: ocaml with editable line history">
<msg 
  url="2002/12/ab87b0205aa5dcf4eb05a70cbca50974"
  from="Mike Potanin &lt;potanin@m...&gt;"
  author="Mike Potanin"
  date="2002-12-05T10:05:36"
  subject="Re: [Caml-list] [Release] ocaml2: ocaml with editable line history">
</msg>
<msg 
  url="2002/12/c7f88aded4b3e1a3ba0ca2d054b53320"
  from="Jaeyoun Chung &lt;jay@k...&gt;"
  author="Jaeyoun Chung"
  date="2002-12-06T01:52:58"
  subject="Re: [Caml-list] [Release] ocaml2: ocaml with editable line history">
<msg 
  url="2002/12/335039ce23d00be68e3e9f2611959cf2"
  from="Sven Luther &lt;luther@d...&gt;"
  author="Sven Luther"
  date="2002-12-06T07:10:49"
  subject="Re: [Caml-list] [Release] ocaml2: ocaml with editable line history">
</msg>
<msg 
  url="2002/12/972f008787fd15d53574078e2a8b709b"
  from="SooHyoung Oh &lt;shoh@d...&gt;"
  author="SooHyoung Oh"
  date="2002-12-06T10:58:30"
  subject="Re: [Caml-list] [Release] ocaml2: ocaml with editable line history">
</msg>
</msg>
</msg>
</thread>

<contents>
On Thu, 5 Dec 2002, SooHyoung Oh wrote:

&gt;
&gt; I'm very pleased for my first contribution on ocaml world.
&gt; &lt;ocaml2&gt; is the ocaml interpreter with editable line history which
&gt; implemented using libgetline library.
&gt; Please visit http://www.taglib.co.kr/ocaml/index.html and enjoy it.
The interesting effect will if evaluate code
let rec a _ = a () in Printf.printf "%s" "# " ; flush stdout; a ();;
in the ocaml2 :-).
Whether there is a way to create the new top using getline? It would be
very nice!
&gt;
&gt; ===================== Readme ==============
&gt; What is ocaml2?
&gt;     If you want to correct mistyped lines in ocaml, ocaml2 is very useful.
&gt;     It supports editable line histories using libgetline.
&gt;     See getline manuaual for more information.
&gt;
&gt; Version: ocaml2 version 0.1
&gt;
&gt; Prerequsite: (I tested only on these releases.)
&gt;     ocaml: version 3.06
&gt;     libgetline: version 3.9
&gt;
&gt; Files:
&gt;     README - This file
&gt;     Makefile - Makefile
&gt;     getline.ml - external function declarations
&gt;     log.make - make log
&gt;     ocaml2.ml - main program
&gt;     prim_getline.c - C interface functions for libgetline
&gt;
&gt; How to make:
&gt;     (0) untar and cd in the directory
&gt;         % tar zxvf ocaml2.tgz
&gt;         % cd ocaml2
&gt;     (1) edit Makefile (eg: % vi Makefile)
&gt;     I assume that "getline.h" is in /usr/local/include and
&gt;     libgetline.a in /usr/local/lib.
&gt;     (2) % make
&gt;     (3) (optional testing) % ./ocaml2
&gt;     (4) (optional installation)
&gt;         % su
&gt;         # make install
&gt;
&gt; How to use:
&gt;     See getline manual. (eg. % man getline)
&gt;
&gt; ---
&gt; SooHyoung Oh
&gt; http://www.duonix.com
&gt;
&gt; -------------------
&gt; To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
&gt; Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
&gt; Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
&gt;

-------------------
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

</contents>

</message>

