Jump to content

Readline interface: Difference between revisions

m (summary added)
Line 138:
> save
> quit
 
=={{header|Racket}}==
Racket's has a readline interface which is not used by default due to its license. This includes the usual readline-style editing, and tab-completion for Racket bindings. It is possible to use it as a library, or as a REPL convenience (both uses described [http://docs.racket-lang.org/readline/ in the documentation]) -- but it is better to use [http://docs.racket-lang.org/xrepl/ xrepl] which provides an enhanced command-line REPL and includes the readline interaction.
 
=={{header|REXX}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.