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: base64.scm version 0.1


about using symbols for `current-state': 

  `current-state' is incremented, so i wonder whether it's better to use
  numeric constants to represent states instead -- he says, w/o checking 
  whether there are constants ;-).  is it possible to have the state 
  transition code be simple (e.g. via incrementing + one reset) and
  use symbols?

about using `case' in place of `cond':

  the code has been rewritten to use `case'.

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