Info-dylan@ai.mit.edu mailing list

The info-dylan@ai.mit.edu mailing list is for the discussion of the programming language Dylan (which stands for dynamic language).

For an overview of Dylan, you might want to peruse the Functional Objects, Inc. web site.

There is a bidirectional gateway between the info-dylan mailing list and the comp.lang.dylan newsgroup.

To subscribe to the mailing list, send mail to info-dylan-request@ai.mit.edu with a body consisting of subscribe.

To see archives of the info-dylan list, look here.

Following is the "official" blurb describing the mailing list:

Info-dylan is a mailing list for the discussion of all topics related
to the Dylan programming language.  Among the topics appropriate for
this list are coding examples, coding questions, comparisons to other
languages, software announcements, calls for participation, etc.
 
Info-dylan is connected to the newsgroup comp.lang.dylan through a
two-way link.  Messages posted to the newsgroup will be forwarded to
info-dylan, and messages mailed to info-dylan will be forwarded to the
newsgroup.  Please note that there may be some time lag through this
gateway, due to net news propagation times.
 
Info-dylan is available in digest form through the mailing list
info-dylan-digest.  Info-dylan-digest contains all the messages in
info-dylan, but these messages are sent out in groups, rather than
individually.  If you wish to change your subscription from info-dylan to
info-dylan digest, first unsubscribe from info-dylan, and then subscribe
to info-dylan-digest, using the instructions above. 
 
If the volume of mail on info-dylan is too high for you, you may wish
instead to subscribe to announce-dylan, a very low volume list for
announcements about the Dylan programming language.  You do not need to
subscribe to both lists.  All messages sent to announce-dylan are
automatically forwarded to info-dylan. 
To send a message to the list, address it to info-dylan@ai.mit.edu .
To subscribe to the list, send mail to info-dylan-request@ai.mit.edu
with a body consisting of the single line:
  subscribe your-email.address
For more commands, send mail to info-dylan-request@ai.mit.edu with the
single word "help" in the body.
Maintainer:  gregs@ai.mit.edu
             http://www.ai.mit.edu/~gregs/

Mail<->News Gateway

I have a very simple setup to mirror the newsgroup and mailing list:
mail2news:
The target for info-dylan@ai.mit.edu calls a little Perl script, info-dylan-mail2news.pl, which throws away a few headers and then sends the message to the newsgroup via mail2news@anon.lcs.mit.edu, a mail2news service.
news2mail:
I have a cron job that runs another little perl script, info-dylan-news2mail.pl, every 15 minutes. The script records in a file the last article id it processed. The script connects to the news server, gets all articles numbered higher than the last-processed id, checks for "skippable", and if OK, sends the articles to the mailing list. An article is considered skippable if it looks like it originated from the mail2news gateway mentioned above.
The scripts I hacked up to maintain the gateway are available here. I'm not proud of them, but they (mostly) work.
Greg Sullivan gregs@ai.mit.edu