DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) Reader Extensions

Info Catalog (guile.info.gz) Keyword Syntax (guile.info.gz) Scheme Syntax
 
 28.1.6 Reader Extensions
 ------------------------
 
  -- Scheme Procedure: read-hash-extend chr proc
  -- C Function: scm_read_hash_extend (chr, proc)
      Install the procedure PROC for reading expressions starting with
      the character sequence `#' and CHR.  PROC will be called with two
      arguments:  the character CHR and the port to read further data
      from. The object returned will be the return value of `read'.
 
Info Catalog (guile.info.gz) Keyword Syntax (guile.info.gz) Scheme Syntax
automatically generated byinfo2html