1. HTTP client library: We should go with curl (the command-line utility) for starters. Interfacing with libcurl can be done later, if useful. Writing an HTTP client in Scheme is ideal, but we don't have it now, and we don't have portable networking libraries, so, let's not do that yet. So, all we need is a wrapper library that can talk to curl.
Volunteers? Aziz,,,
