Skip to content

Commit b616f02

Browse files
authored
take Arc 3.2 into account
It's been out since 2018.
1 parent 5199237 commit b616f02

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Arc Programming Language
77
<div class='col-md-6'>
88
<div style='text-align:center'>
99
<h2><a href='http://arclanguage.org'>Anarki Stable</a></h2>
10-
<p><i>Minor changes and bugfixes to Arc 3.1</i></p>
10+
<p><i>Minor changes and bugfixes to <a href='http://arclanguage.org'>Arc 3.2</a></i></p>
1111
</div>
1212
<ul>
1313
<li>Work through the <a href='tut-stable.html'>tutorial</a>.</li>
@@ -34,15 +34,14 @@ title: Arc Programming Language
3434
<ul>
3535
<li>Gets more frequent updates and <a
3636
href='https://sites.google.com/site/arclanguagewiki/arc-3_1/known-bugs-and-gotchas'>bugfixes</a>
37-
from the folks at <a href='http://arclanguage.org/forum'>the forum</a>.
38-
(Arc 3.1 was last updated in 2009.)</li>
39-
<li>Tries to keep with the spirit and philosophy of Arc. <a href='tut-anarki.html'>Its version of the tutorial</a> mostly follows Arc 3.1.</li>
37+
from the folks at <a href='http://arclanguage.org/forum'>the forum</a>.</li>
38+
<li>Tries to keep with the spirit and philosophy of Arc. <a href='tut-anarki.html'>Its version of the tutorial</a> mostly follows Arc 3.2.</li>
4039
<li>Has <a href='anarki/help/'>reference documentation</a> that can also be accessed at the REPL.</li>
4140
<li>Like Arc, makes no guarantees of compatibility. Anyone can make changes to it.</li>
4241
<li>Commit privileges freely given to anyone who asks.</li>
4342
<li>A gateway to <a href='https://sites.google.com/site/arclanguagewiki'>more arcane forks</a>.</li>
4443
</ul>
45-
To install, first install <a href='http://git-scm.com'>git</a> and <a href='http://racket-lang.org'>racket (v6.11 or greater)</a>, and then:
44+
To install, first install <a href='http://git-scm.com'>git</a> and <a href='http://racket-lang.org'>racket (v7.7 or greater)</a>, and then:
4645
<pre style='margin:0 auto; text-align:left'>
4746
<span style='color:grey'>$</span> raco pkg install sha
4847
<span style='color:grey'>$</span> git clone <a href='http://github.com/arclanguage/anarki'>http://github.com/arclanguage/anarki</a>

0 commit comments

Comments
 (0)