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]

Talking to a WWW-server


Hi,

I want to write a Guile procedure which asks a question to a
WWW-server.

The web server hosts a page which is a form where one can input data
for a query.  The result is then displayed on a result page.

I want the Guile procedure to abstract this whole process so that I
can give the procedure a simple argument and retrieve a simple answer.

Do you know if there is an Guile software for talking to a WWW-server?
Have you any suggestions for how to attack the problem?

Best regards,
/mdj