[gambit-list] REPL behaviour

spir denis.spir at gmail.com
Tue Mar 1 14:20:19 EST 2011


Hello,

Totally new to Gambit-Scheme (and mostly new to Lisp/Scheme in general).
I just installed Gambit-C, precisely for learning, and started to try the REPL. 
Here is an example of what I get:

=======================
spir at d:~$ gsi
Gambit v4.2.8

> (define var 9)
> (display var)
9>



(define var2 10)
> (define (double x) (+ x x))
> (double 3)
6
> (display double)
#<procedure #2 double>> (define var3 11)
>
=======================

0) No feedback at all for 'define'. (OK)
1) New prompt not separated from output of previous command.
2) Key-presses of <enter> do not generate new prompt.

Is all of this intended behaviour? Or what do I miss?

Denis
-- 
_________________
vita es estrany
spir.wikidot.com




More information about the Gambit-list mailing list