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: Scheme is too complicated


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

Jim> This is another interesting point.  Whenever you hear someone
Jim> say, "We don't need a full language here, it's just a
Jim> configuration script", you want to get really suspicious.
Jim> History is littered with examples of little config languages
Jim> (repeat after me: "We don't need anything too complicated") that
Jim> go awry.

Amen.  GIMP's configuration parser (and batch mode) would be so much
simpler if we just imported guile and did it that way.  I think the
main objections to doing so are the ones I expressed a few messages
back: stability, portability, speed, and size.