problem with telnet server
Pinte_Stanislas@emc.com
Pinte_Stanislas@emc.com
Fri Dec 20 10:36:00 GMT 2002
hello,
using the kawa telnet client, I think there is a bug somewhere...
when you evaluate the following expressions in a telnet window, the kawa
process crashes the JVM
(define (append-tab string)
(string-append string "\t"))
(define (get-line start values line end)
(if (empty? values)
(string-append (append-tab (string-append start line)) end)
(get-line (cdr values)
(string-append (append-tab line) (car values)))))
any idea why?
thanks a lot,
Stan.
Stanislas Pinte - Associate Software Engineer.
Phone: +32-(0)15-401.371
Fax: +32-(0)15-401.400
Address: Schaliënhoevedreef 20i, B-2800 Mechelen, Belgium
More information about the Kawa
mailing list