Language for Guidance

The Inner Language also guides the programmer, but is more application-dependent

WARREN EXAMPLE
(monitor
  :SENDER barney
  :RECEIVER news-agent
  :LANGUAGE simple-query
  :ONOTOLOGY news
  :REPLY-WITH ibm-query-2
  :NOTIFICATION-DEADLINE (30 minutes)
  :CONTENT (query news
        :CLAUSES
          (=~ $newsgroups
           "dow-jones.indust.earnings-projections")
          (=~ subject "IBM")
        :OUTPUT :ALL) )


cjp