manpagez: man pages & more
info guile
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.4.4.8 System Commands

REPL Command: gc

Garbage collection.

REPL Command: statistics

Display statistics.

REPL Command: option [key value]

List/show/set options.

REPL Command: quit

Quit this session.

Current REPL options include:

compile-options

The options used when compiling expressions entered at the REPL. See section Compiling Scheme Code, for more on compilation options.

interp

Whether to interpret or compile expressions given at the REPL, if such a choice is available. Off by default (indicating compilation).

prompt

A customized REPL prompt. #f by default, indicating the default prompt.

value-history

Whether value history is on or not. See section Value History.

on-error

What to do when an error happens. By default, debug, meaning to enter the debugger. Other values include backtrace, to show a backtrace without entering the debugger, or report, to simply show a short error printout.

Default values for REPL options may be set using repl-default-option-set! from (system repl common):

Scheme Procedure: repl-set-default-option! key value

Set the default value of a REPL option. This function is particularly useful in a user’s init file. See section The Init File, ‘~/.guile.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated on February 3, 2012 using texi2html 5.0.

© manpagez.com 2000-2025
Individual documents may contain additional copyright information.