chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] egg readline - funny behaviour


From: Martin Schneeweis
Subject: [Chicken-users] egg readline - funny behaviour
Date: Thu, 12 Jul 2018 10:01:25 +0200

Hi,

if Alexej Magura is around - may be the following is a small bug (could
also be an artifact of GNU readline - I don't know).

To follow along - the inputs are:

Command line:

  csi -no-init

csi (comment in the 4.th line has to be included):

  (use (prefix readline rl:))
  (current-input-port (rl:make-readline-port))
  (define test (lambda () (print "test")))
  (test) ; -> ((Types) ... (First) ... (First-set! (value number?)) ...

In case you are wondering - the comment of the 4.th line is a "real"
comment used in the examples of the datatypes egg (wiki) - the rest of
the 4 lines I made up for simplicity.

lg
Martin

Attachment: Screenshot_2018-07-12_09-18-42.png
Description: PNG image


reply via email to

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