qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] using qexo


From: Per Bothner
Subject: Re: [Qexo-general] using qexo
Date: Sun, 11 Aug 2002 09:06:43 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020722

François Leygues wrote:
2) I am using clesh (at http://www.kclee.com/clemens/java/clesh/ ) to avoid reloading the jvm at each try. Unfortunately, the output is not produced at end of the call to kawa.repl.. Is there a way to flush the stuff somewhere ?

Perhaps a flush should be added somewhere.  Or perhaps there is a
bug in Clesh.  Or in the JVM.  I don't know.

3) I also use CLE (at http://kaolin.unice.fr/Cle/) to have comfortable line editing on the java prompt. I suppose you have already such a thing. Which one do you use ?

If you compile Kawa with --enable-kawa-frontend it compiles kKwa with
builtin readline support.  Well, actually it doesn't do that:  It
compiles a driver program that uses readline and communicates with
Kawa running on a JVM.  The communication is done using the telnet
protocol, but that is invisible.  (Kawa itself acts like a telnet server.)

I also wrote rlfe (http://per.bothner.com/software/index.html#rlfe)
which is like cle, but automatically switches between cooked and raw.
These days, my thinking is that this functionality should be builtin to
the terminal emulator (i.e. xterm).

5) why not referencing the javaone slides on the qexo page ? they are very useful.

A good idea.  Theer are some issues in that the FSF does not like GNU
projects (like Qexo) to reference non-free websites (liek Sun's).  What
I'd like to do is take the StarOffice slides, and turn them into HTML.
--
        --Per Bothner
address@hidden   http://www.bothner.com/per/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]