Difference between revisions of "Mailing lists"

From HaskellWiki
Jump to navigation Jump to search
(add a link to lists hosted at projects.haskell.org)
(39 intermediate revisions by 19 users not shown)
Line 1: Line 1:
There are two mailing lists to discuss issues related to Haskell in
+
There are three mailing lists to discuss issues related to Haskell in
 
general, and several additional mailing lists for more detailed
 
general, and several additional mailing lists for more detailed
 
discussion topics, including one for each particular implementation of
 
discussion topics, including one for each particular implementation of
 
Haskell.
 
Haskell.
   
  +
* [http://haskell.org/mailman/listinfo/haskell Subscribe to haskell@haskell.org] (announces only, low traffic)
==General mailing lists==
 
  +
* [http://haskell.org/mailman/listinfo/haskell-cafe Subscribe to haskell-cafe@haskell.org] (very busy, daily community discussion)
  +
* [http://haskell.org/mailman/listinfo/beginners Subscribe to beginners@haskell.org] (busy, daily community discussion)
  +
* [http://haskell.org/mailman/listinfo A comprehensive list of all mailing lists hosted at haskell.org]
  +
* [http://projects.haskell.org/cgi-bin/mailman/listinfo/ Lists hosted at projects.haskell.org]
   
  +
==Mailing lists in detail==
<dl><dt>[mailto:haskell@haskell.org haskell@haskell.org] ([http://news.gmane.org/gmane.comp.lang.haskell.general read & search via gmane])</dt>
 
<dd>Announcements, discussion openers, technical questions</dd>
 
<dt>[mailto:haskell-cafe@haskell.org haskell-cafe@haskell.org] ([http://news.gmane.org/gmane.comp.lang.haskell.cafe read & search via gmane])</dt>
 
<dd>New-to-Haskell, i.e. elementary, Haskell questions; extended discussions.<br> In Simon Peyton Jones' words: "forum in which it's acceptable to ask anything, no matter how naive, and get polite replies."
 
</dd>
 
</dl>
 
   
  +
;[mailto:haskell@haskell.org haskell@haskell.org] ([[#Archives|archives]])
The division of the general list was introduced for people who want
 
  +
:Announcements only. <br> [mailto:haskell@haskell.org haskell@haskell.org] is intended to be a low-bandwidth list, to which it is safe to subscribe without risking being buried in email. If a thread becomes longer than a handful of messages, please transfer to [mailto:haskell-cafe@haskell.org haskell-cafe@haskell.org].
to stay in touch with what's happening in the Haskell world, but who don't want to be swamped with mail. Discussions of any kind can start on 'haskell', but should transfer to 'haskell-cafe' if they go beyond a few 'rounds'. '''If you are new to Haskell, please ask your first questions on the haskell-cafe list.'''
 
 
;[mailto:haskell-cafe@haskell.org haskell-cafe@haskell.org] ([[#Archives|archives]])
 
:General Haskell questions; extended discussions.<br> In Simon Peyton Jones' words: "forum in which it's acceptable to ask anything, no matter how naive, and get polite replies."
  +
;[mailto:beginners@haskell.org beginners@haskell.org] ([[#Archives|archives]])
  +
:Beginner-level, i.e., elementary, Haskell questions and discussions.<br> In the words of Benjamin L. Russell (the one who first suggested creating the mailing list and the current administrator): "Here, there is no such thing as a 'stupid question.'"
  +
  +
===Mailing list tone===
  +
  +
In practice, 'haskell' tends to be devoted mainly to announcements, 'haskell-cafe' tends to be devoted mainly to freeform discussion, and 'haskell-beginners' tends to be devoted mainly to beginner-level Haskell language discussions.
  +
  +
The division of the general list into announcements and the cafe was introduced for people who want to stay in touch with what's happening in the Haskell world, but who don't want to be swamped with mail. '''If you are new to Haskell, then you have a choice: either haskell-cafe, or haskell-beginners.'''
  +
  +
The readership of the three mailing lists also varies. Whereas both 'haskell' and 'haskell-cafe' tend to be frequented by either language designers or researchers, 'haskell-beginners' tends to be frequented by beginner-level students and educators. 'Haskell-beginners' was created to address the needs of readers of 'haskell-cafe' who felt that the discussion there was either too academic, or too mathematical.
  +
  +
When posting on 'haskell-cafe', remember:
  +
  +
* Respect others. This is a civil discussion forum. Remember, the person on the other side of the keyboard is a person too, and is probably well-intentioned.
  +
  +
* Try to keep discussions on-topic. Threads that have lost any relevance to the Haskell language should be moved elsewhere, including tangential or joking posts (though humor in the context of on-topic discussion is welcome.)
  +
  +
* Think before sending. Avoid content-free posts, such as a message consisting merely of the phrase "+1." The etiquette for academic mailing list discussions is different from the etiquette for other Internet fora or for ordinary conversation. Remember that your posting will be sent to thousands of people, some of whom are very busy. Ask yourself whether your contribution adds anything of value to any of them.
  +
  +
* Bottom post and trim irrelevant parts of earlier replies. It's more natural to read the context of the original message and then a response instead of backwards. But if you quote too much of the original message, people will likely give up before getting to the new comment you added several pages down.
  +
  +
In the case of 'haskell-beginners', please keep in mind the following pointers when posting:
  +
  +
* Since many readers of this mailing list are beginner-level students of Haskell, try to keep the discussion at a level that allows students of all backgrounds to participate in the discussion. I.e., when explaining difficult concepts, be careful not to assume an advanced background of the reader. For example, don't start a discussion on monads by saying: "A monad is a category theory-based data structure used to supplement pure computations with features like state, common environment or I/O." Instead, say: "A monad is a tool used in Haskell when we want to allow a program to do anything other than just return a value."
  +
  +
* Again, since many readers of this mailing list are beginner-level students of Haskell, do not assume that readers have an advanced mathematics background, or that they know everything that may seem elementary to a computer science student. For example, if a student here asks whether the screen resolution is important in determining the precision of an algorithm to compute prime numbers by picking points randomly from a square, do not accuse the student of "polluting" the newsgroup by asking a question that "has nothing to do with Haskell." Understand that the student may not have enough mathematical or programming background to realize that screen resolution may be independent of the precision of the actual algorithm used to compute the prime numbers, which may then be represented on the screen independently of the precision of the algorithm itself. If beginner-level students are required to worry about offending somebody with a question that is too elementary every time they need an answer, they will stay beginners.
  +
  +
===Subscription information===
   
 
Haskell mailing lists are managed by [http://www.gnu.org/software/mailman/mailman.html mailman] -
 
Haskell mailing lists are managed by [http://www.gnu.org/software/mailman/mailman.html mailman] -
 
each list has a web interface. To subscribe, unsubscribe, or view the
 
each list has a web interface. To subscribe, unsubscribe, or view the
archives of a list visit the home page of the list, such as the [http://haskell.org/mailman/listinfo/haskell Haskell mailing list home page] or the [http://haskell.org/mailman/listinfo/haskell-cafe Haskell Cafe mailing list home page].
+
archives of a list visit the home page of the list, such as the [http://haskell.org/mailman/listinfo/haskell Haskell mailing list home page], the [http://haskell.org/mailman/listinfo/haskell-cafe Haskell Cafe mailing list home page], or the [http://haskell.org/mailman/listinfo/beginners Haskell-Beginners mailing list home page].
  +
  +
===Archiving===
  +
 
mail-archive.com provides an archive of all messages sent to the haskell list since March 1997. This includes messages from before the list was converted to mailman. You may search these archives: [http://www.mail-archive.com/haskell@haskell.org/ haskell archive], [http://www.mail-archive.com/haskell-cafe@haskell.org/ haskell-cafe archive], and [http://www.mail-archive.com/beginners@haskell.org/ haskell-beginners archive].
  +
  +
MarkMail has a [http://haskell.markmail.org/ searchable archive] of all Haskell lists going back to around 2000.
   
mail-archive.com provides an archive of all messages sent to the haskell list since March 1997. This includes messages from before the list was converted to mailman. You may search these archives: [http://www.mail-archive.com/haskell@haskell.org/ haskell archive], [http://www.mail-archive.com/haskell-cafe@haskell.org/ haskell-cafe archive].
 
 
 
Also, the archives of the Haskell mailing list from September 1990 until 2006, before and after the list was converted to mailman, are [http://www.cse.unsw.edu.au/~dons/haskell-1990-2006/threads.html hosted here] (and as a [http://www.cse.unsw.edu.au/~dons/haskell-1990-2006.tar.bz2 tar file]).
 
Also, the archives of the Haskell mailing list from September 1990 until 2006, before and after the list was converted to mailman, are [http://www.cse.unsw.edu.au/~dons/haskell-1990-2006/threads.html hosted here] (and as a [http://www.cse.unsw.edu.au/~dons/haskell-1990-2006.tar.bz2 tar file]).
 
Related to this is the archives of [http://groups.google.com/group/comp.lang.functional/about?hl=en comp.lang.functional] going back to 1990.
 
Related to this is the archives of [http://groups.google.com/group/comp.lang.functional/about?hl=en comp.lang.functional] going back to 1990.
Line 27: Line 60:
 
You may also [http://www.google.com/coop/cse?cx=015832023690232952875%3Acunmubfghzq search the mailing list] using the Google Coop Haskell Search Engine.
 
You may also [http://www.google.com/coop/cse?cx=015832023690232952875%3Acunmubfghzq search the mailing list] using the Google Coop Haskell Search Engine.
   
  +
====Archives====
In short, we have the following archives:
 
  +
 
The following archives exist:
   
 
haskell
 
haskell
Line 42: Line 77:
 
* [http://www.mail-archive.com/haskell-cafe@haskell.org/ mail-archive] 1997/03-present
 
* [http://www.mail-archive.com/haskell-cafe@haskell.org/ mail-archive] 1997/03-present
   
  +
haskell-beginners
Any problems with the two mailing lists should be reported to [mailto:haskell-admin@haskell.org haskell-admin@haskell.org].
 
  +
  +
* [http://news.gmane.org/gmane.comp.lang.haskell.beginners gmane] ([http://dir.gmane.org/gmane.comp.lang.haskell.beginners info]) 2008/07-present
  +
* [http://www.haskell.org/pipermail/beginners/ mailman] 2008/07-present
  +
* [http://www.mail-archive.com/beginners@haskell.org/ mail-archive] 2008/07-present
  +
 
Any problems with haskell or haskell-cafe should be reported to [mailto:haskell-admin@haskell.org haskell-admin@haskell.org], and any problems with haskell-beginners should be reported to [mailto:DekuDekuplex@Yahoo.com DekuDekuplex@Yahoo.com].
   
 
==More specific lists==
 
==More specific lists==
Line 54: Line 95:
 
to the appropriate list instead of the entire Haskell community.
 
to the appropriate list instead of the entire Haskell community.
 
Separate topics such as documentation tools, the common FFI, and
 
Separate topics such as documentation tools, the common FFI, and
libraries, also have a list of their own.
+
libraries, also have lists of their own.
   
 
==Outside haskell.org==
 
==Outside haskell.org==
Line 61: Line 102:
   
 
* [[Haskell art]]
 
* [[Haskell art]]
  +
* [https://lists.sourceforge.net/lists/listinfo/gtk2hs-users Gtk2hs users mailing list]
   
 
[[Category:Community]]
 
[[Category:Community]]

Revision as of 04:56, 16 September 2011

There are three mailing lists to discuss issues related to Haskell in general, and several additional mailing lists for more detailed discussion topics, including one for each particular implementation of Haskell.

Mailing lists in detail

haskell@haskell.org (archives)
Announcements only.
haskell@haskell.org is intended to be a low-bandwidth list, to which it is safe to subscribe without risking being buried in email. If a thread becomes longer than a handful of messages, please transfer to haskell-cafe@haskell.org.
haskell-cafe@haskell.org (archives)
General Haskell questions; extended discussions.
In Simon Peyton Jones' words: "forum in which it's acceptable to ask anything, no matter how naive, and get polite replies."
beginners@haskell.org (archives)
Beginner-level, i.e., elementary, Haskell questions and discussions.
In the words of Benjamin L. Russell (the one who first suggested creating the mailing list and the current administrator): "Here, there is no such thing as a 'stupid question.'"

Mailing list tone

In practice, 'haskell' tends to be devoted mainly to announcements, 'haskell-cafe' tends to be devoted mainly to freeform discussion, and 'haskell-beginners' tends to be devoted mainly to beginner-level Haskell language discussions.

The division of the general list into announcements and the cafe was introduced for people who want to stay in touch with what's happening in the Haskell world, but who don't want to be swamped with mail. If you are new to Haskell, then you have a choice: either haskell-cafe, or haskell-beginners.

The readership of the three mailing lists also varies. Whereas both 'haskell' and 'haskell-cafe' tend to be frequented by either language designers or researchers, 'haskell-beginners' tends to be frequented by beginner-level students and educators. 'Haskell-beginners' was created to address the needs of readers of 'haskell-cafe' who felt that the discussion there was either too academic, or too mathematical.

When posting on 'haskell-cafe', remember:

  • Respect others. This is a civil discussion forum. Remember, the person on the other side of the keyboard is a person too, and is probably well-intentioned.
  • Try to keep discussions on-topic. Threads that have lost any relevance to the Haskell language should be moved elsewhere, including tangential or joking posts (though humor in the context of on-topic discussion is welcome.)
  • Think before sending. Avoid content-free posts, such as a message consisting merely of the phrase "+1." The etiquette for academic mailing list discussions is different from the etiquette for other Internet fora or for ordinary conversation. Remember that your posting will be sent to thousands of people, some of whom are very busy. Ask yourself whether your contribution adds anything of value to any of them.
  • Bottom post and trim irrelevant parts of earlier replies. It's more natural to read the context of the original message and then a response instead of backwards. But if you quote too much of the original message, people will likely give up before getting to the new comment you added several pages down.

In the case of 'haskell-beginners', please keep in mind the following pointers when posting:

  • Since many readers of this mailing list are beginner-level students of Haskell, try to keep the discussion at a level that allows students of all backgrounds to participate in the discussion. I.e., when explaining difficult concepts, be careful not to assume an advanced background of the reader. For example, don't start a discussion on monads by saying: "A monad is a category theory-based data structure used to supplement pure computations with features like state, common environment or I/O." Instead, say: "A monad is a tool used in Haskell when we want to allow a program to do anything other than just return a value."
  • Again, since many readers of this mailing list are beginner-level students of Haskell, do not assume that readers have an advanced mathematics background, or that they know everything that may seem elementary to a computer science student. For example, if a student here asks whether the screen resolution is important in determining the precision of an algorithm to compute prime numbers by picking points randomly from a square, do not accuse the student of "polluting" the newsgroup by asking a question that "has nothing to do with Haskell." Understand that the student may not have enough mathematical or programming background to realize that screen resolution may be independent of the precision of the actual algorithm used to compute the prime numbers, which may then be represented on the screen independently of the precision of the algorithm itself. If beginner-level students are required to worry about offending somebody with a question that is too elementary every time they need an answer, they will stay beginners.

Subscription information

Haskell mailing lists are managed by mailman - each list has a web interface. To subscribe, unsubscribe, or view the archives of a list visit the home page of the list, such as the Haskell mailing list home page, the Haskell Cafe mailing list home page, or the Haskell-Beginners mailing list home page.

Archiving

mail-archive.com provides an archive of all messages sent to the haskell list since March 1997. This includes messages from before the list was converted to mailman. You may search these archives: haskell archive, haskell-cafe archive, and haskell-beginners archive.

MarkMail has a searchable archive of all Haskell lists going back to around 2000.

Also, the archives of the Haskell mailing list from September 1990 until 2006, before and after the list was converted to mailman, are hosted here (and as a tar file). Related to this is the archives of comp.lang.functional going back to 1990.

You may also search the mailing list using the Google Coop Haskell Search Engine.

Archives

The following archives exist:

haskell

haskell-cafe

haskell-beginners

Any problems with haskell or haskell-cafe should be reported to haskell-admin@haskell.org, and any problems with haskell-beginners should be reported to DekuDekuplex@Yahoo.com.

More specific lists

There are mailing lists for each implementation of Haskell, and for more detailed discussion topics. Questions, comments, and bug reports regarding a specific implementation should be sent directly to the appropriate list instead of the entire Haskell community. Separate topics such as documentation tools, the common FFI, and libraries, also have lists of their own.

Outside haskell.org

There are also Haskell related mailing lists that are not hosted at haskell.org.