Skip to content

index.html: Added Comunity section with references to mailing lists, chat and reddit #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ <h2>Definitions of Standard ML</h2>
Both of these design critiques are somewhat outdated because they
predate the revised Definition.

<h2>Mailing lists</h2>
<h2>Community</h2>

<h3>Mailing lists</h3>
The SourceForge project hosts two mailing lists relating to Standard
ML. Visit the info page for a list to subscribe.
<blockquote>
Expand All @@ -172,6 +174,32 @@ <h2>Mailing lists</h2>
http://lists.sourceforge.net/lists/roster/sml-list</a>
</blockquote>

MLton has a users and a developers list:
<blockquote>
Name: MLton-user<br>
Address: <a href="mailto:[email protected]">[email protected]</a><br>
Subscribe: <a href="https://lists.sourceforge.net/lists/listinfo/mlton-user">lists.sourceforge.net/lists/listinfo/mlton-user</a><br>
Archive: <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=mlton-user">sourceforge.net/mailarchive/forum.php?forum_name=mlton-user</a><br>
<br>
Name: MLton-devel<br>
Address: <a href="mailto:[email protected]">[email protected]</a><br>
Subscribe: <a href="https://lists.sourceforge.net/lists/listinfo/mlton-devel">lists.sourceforge.net/lists/listinfo/mlton-devel</a><br>
Archive: <a href="https://sourceforge.net/mailarchive/forum.php?forum_name=mlton-devel">sourceforge.net/mailarchive/forum.php?forum_name=mlton-devel</a><br>
</blockquote>

<h3>Chat</h3>
There is a public chat room for Standard ML at <a href="matrix://#standardml:matrix.org">#standardml:matrix.org</a> using the Matrix protocol.
You can join the chat using any matrix client.
<br>
For a one-click web-based interface use this link: <a href="https://app.element.io/#/room/#standardml:matrix.org">app.element.io/#/room/#standardml:matrix.org</a>

<p>
Matrix is a free open source federated protocol for chat. It has several open implementations, and a lot of good open source clients for Windows, Mac, Linux, web-based, Android and iOS. See <a href="https://matrix.org/">matrix.org/</a> for a full sales pitch.
</p>

<h3>Reddit</h3>
There is an active reddit community discussing everything related to Standard ML at <a href="https://www.reddit.com/r/sml/">reddit.com/r/sml/</a>

<h2>Successor ML</h2>
<p>
Recently discussions of improvements and extensions of the Standard ML design
Expand Down