This is the mail archive of the guile@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: First-class environment proposal


Jim Blandy <jimb@red-bean.com> writes:

>  - Primitive: env-fold ENV PROC INIT

Isn't

  env-fold PROC INIT ENV

a more natural order of arguments?

I'm thinking of

  map PROC LS
  for-each PROC LS
  apply PROC LS

/mdj