This is the mail archive of the guile@sources.redhat.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: How should I write a program?


   From: Marius Vollmer <mvo@zagadka.ping.de>
   Date: 24 Jul 2000 01:10:26 +0200

   As a variant, you might consider writing
   your command interpreter in Scheme and
   then pass the created Scheme form to
   `eval'.  I think it would be easy to
   provide hooks into the normal Guile
   read-eval-print-loop so that you can get
   all features of it but with a different
   syntax.

for example, this is how THUD does it, IIRC.
check out the languishing version 0.22 at:
http://www.glug.org/people/ttn/software/thud

thi

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