| Mario Latendresse  | 
|   Title:  Scalable Real-time Weather Server Written
  in Scheme   | 
| Abstract: For
  several years, the Navy has been using Scheme at the core of the Metcast
  system for distribution of real-time weather information. It is composed of
  meteorological decoders and servers accessible around the world, using the
  HTTP protocol. The decoders populate several databases of weather observation
  reports, forecasts, and gridded data produced by weather models. The requests
  to Metcast are formulated in a custom made language, its syntax being an
  S-expression. The responses are returned as binary data or an OMF, an XML
  instance. |