Re: hecl
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: hecl

From: Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at>
Date: Mon May 30 2005 - 18:35:35 CEST

David N. Welton <davidw@dedasys.com> wrote:
> Andreas Leitgeb wrote:
>> My wishlist:
>> for commandline-version:
>> print also the normal result for interactive commands.
>> (not only the errors)
> Done - in CVS. That was easy enough.

Well, not all that easy:

hecl> set foo bar
bar (fine)
hecl> global xyz
bar (huh?)

Those commands that "return nothing" now reprint the last non-empty
result.

Btw., I'm not sure if that is new, or something on my side is odd
(e.g. me using jdk1.5), but during building it complained that
a method getStringRep() is being overriden to possibly throw an
exception, where the base-class' version did not throw anything.
Java (rightly) doesn't like that at all.

I quick-fixed it for me by adding "throws HeclException" to the
baseclass-method(husk).

>> some way of user-I/O ...
> Well... a real GUI is what we need. Still thinking about it. Ideas are
> very welcome! It's got to be very compact, easy to script with, and
> reasonbly fast.

Well, for one, I'd be happy to have back the plain output-command
that was once there (at least you said you removed it; I didn't
check, because I don't have the tools to compile for microedition)
together with a way to save scripts.

I know java language, but not yet much of the libraries, and also not
much about the microedition. I just wish/hope for a new Hecl.jar
that I could upload to my phone, that would be like the first one
- plus the save-feature :-)
Received on Thu Sep 29 14:19:41 2005