Clear gsi command line Gambit

154 Views Asked by At

Anyone knows how to clear the command line in gsi Gambit of Scheme,like in the normal command line we use --> clear ,is there any command for that in gsi Gambit of Scheme? Is there any better IDE for Scheme? Thanks :)

1

There are 1 best solutions below

0
feeley On

The gsi REPL handles many of the readline keybindings. So you can use ctrl-U to delete the text before the cursor and ctrl-K to delete the text after the cursor.