|
|||
|
i've installed ocaml via rpm (i generally compile everything) and was suprised that it does not seem to use readline... can anyone confirm that i should pick up readline if i compile myself?? cheers. -a -- ================================================== ============================= | EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov | PHONE :: 303.497.6469 | A flower falls, even though we love it; | and a weed grows, even though we do not love it. | --Dogen ================================================== ============================= |
|
|
||||
|
||||
|
|
|
|||
|
In article <cetebq$8ej$1@wolfberry.srv.cs.cmu.edu>, Ara.T.Howard wrote:
> > i've installed ocaml via rpm (i generally compile everything) and was suprised > that it does not seem to use readline... can anyone confirm that i should > pick up readline if i compile myself?? O'Caml's license precludes them linking it with readline. An easier solution than hacking it to work yourself is to seek out a tool called `ledit' -- it allows you to run any command-line-oriented program with readline-like history and editing. And it's written in O'Caml, to boot! cheers, William |
|
|||
|
"Ara.T.Howard" <Ara.T.Howard@noaa.gov> writes:
> i've installed ocaml via rpm (i generally compile everything) and > was suprised that it does not seem to use readline... can anyone > confirm that i should pick up readline if i compile myself?? No, the readline license is incompatible with the OCaml license. You can run ocaml under any of the numerous readline-like wrappers (like ledit, which is written in OCaml, or cle, rlwrap, etc.), or you can use ocaml-mode under Emacs. -- Eric C. Cooper e c c @ c m u . e d u |
|
|||
|
On Fri, 6 Aug 2004, William Lovas wrote:
> In article <cetebq$8ej$1@wolfberry.srv.cs.cmu.edu>, Ara.T.Howard wrote: >> >> i've installed ocaml via rpm (i generally compile everything) and was suprised >> that it does not seem to use readline... can anyone confirm that i should >> pick up readline if i compile myself?? > > O'Caml's license precludes them linking it with readline. An easier > solution than hacking it to work yourself is to seek out a tool called > `ledit' -- it allows you to run any command-line-oriented program with > readline-like history and editing. And it's written in O'Caml, to boot! > > cheers, > William thank william - i just got this for some reason, i think our mail server is acting up. regards. -a -- ================================================== ============================= | EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov | PHONE :: 303.497.6469 | A flower falls, even though we love it; | and a weed grows, even though we do not love it. | --Dogen ================================================== ============================= |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|