This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Some easy questions from beginer



If you do

(read-set! keywords 'prefix)

symbols that start with a : are keywords (non-R5RS behavior), you get the
R5RS behavior by default or after doing

(read-set! keywords #f)

The amazing thing: this is documented in guile-ref :)

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]