Skip to content

Commit

Permalink
Updated link to #newtonscript IRC channel now that it's moved to Libe…
Browse files Browse the repository at this point in the history
…ra.chat
  • Loading branch information
morgant committed May 27, 2021
1 parent cfac3ae commit 29b501c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body>
<h1>NewtonScript</h1>
<p><em>NewtonScript</em> is an object-oriented programming language developed by <a href="http://waltersmith.us/">Walter Smith</a> for <a href="http://www.apple.com/">Apple</a> for the Newton OS running on their MessagePad &amp; eMate hardware. It borrows concepts from the Smalltalk, LISP, and Self programming languages with special consideration for a low memory footprint (esp. differential inheritance). In 2003 a NewtonScript interpreter, <a href="#newt0">NEWT/0</a> was developed by Makoto Nukui allowing for its use on other platforms.</p>
<p>For assistance with programming in the NewtonScript language beyond the documentation provided here, it is suggested that you join the <a href="http://newtonscript-lang.slack.com/">newtonscript-lang.slack.com</a> Slack team (<a href="https://join.slack.com/t/newtonscript-lang/shared_invite/zt-f9oph15v-kNRi~jchTvRM9CLnz1eyfA">get an invite</a>), join the <a href="irc://irc.freenode.net/newtonscript">#newtonscript channel on irc.freenode.net</a>, tag a question with the <a href="http://stackoverflow.com/questions/tagged/newtonscript">'newtonscript' tag on stackoverflow.com</a>, or post to the <a href="http://newtontalk.net/">NewtonTalk mailing list</a>.</p>
<p>For assistance with programming in the NewtonScript language beyond the documentation provided here, it is suggested that you join the <a href="http://newtonscript-lang.slack.com/">newtonscript-lang.slack.com</a> Slack team (<a href="https://join.slack.com/t/newtonscript-lang/shared_invite/zt-f9oph15v-kNRi~jchTvRM9CLnz1eyfA">get an invite</a>), join the <a href="irc://irc.libera.chat/newtonscript">#newtonscript channel on irc.libera.chat</a>, tag a question with the <a href="http://stackoverflow.com/questions/tagged/newtonscript">'newtonscript' tag on stackoverflow.com</a>, or post to the <a href="http://newtontalk.net/">NewtonTalk mailing list</a>.</p>

<!-- BEGIN TABLE OF CONTENTS -->
<h2 id="contents">Table of Contents</h2>
Expand Down

0 comments on commit 29b501c

Please sign in to comment.