@@ -6,22 +6,22 @@ title: Arc Programming Language
66<div class =' row ' >
77 <div class =' col-md-6 ' >
88 <div style='text-align:center'>
9- <h2><a href='http://arclanguage.org'>Arc 3.1 </a></h2>
10- <p><i>A lisp dialect for sketching out programs </i></p>
9+ <h2><a href='http://arclanguage.org'>Anarki Stable </a></h2>
10+ <p><i>Minor changes and bugfixes to Arc 3.1 </i></p>
1111 </div>
1212 <ul>
1313 <li>Try it in your browser at <a href='http://tryarc.org'>tryarc.org</a>.</li>
1414 <li>Work through the official <a href='http://ycombinator.com/arc/tut.txt'>tutorial</a>.</li>
1515 <li>Read the <a href='/ref/'>detailed documentation</a>.</li>
1616 <li>Future versions may make incompatible changes.</li>
1717 </ul>
18- To install, first install <a href='http://racket-lang.org'>racket</a>,
19- download <a href='http://ycombinator.com/arc/arc3.1.tar'>arc 3.1</a>,
20- and then:
18+ To install, first install <a href='http://git-scm.com'>git</a> and <a
19+ href='http://racket-lang.org'>racket</a>, and then:
2120 <pre style='margin:0 auto; padding:5px; width:80%; text-align:left'>
22- <span style =' color :grey ' >$</span > tar xf arc3.1.tar
23- <span style =' color :grey ' >$</span > cd arc3.1
24- <span style =' color :grey ' >$</span > racket -f as.scm
21+ <span style =' color :grey ' >$</span > git clone <a href =' http://github.com/arclanguage/anarki ' >http://github.com/arclanguage/anarki </a >
22+ <span style =' color :grey ' >$</span > git checkout stable
23+ <span style =' color :grey ' >$</span > cd anarki
24+ <span style =' color :grey ' >$</span > ./arc.sh
2525<span style =' color :grey ' >arc> ; </span > (quit)
2626<span style =' color :grey ' >$</span ></pre >
2727 <div style =' font-size :small ' >(<a href =' http://arclanguage.org/install ' >Official and outdated instructions.</a >)</div >
0 commit comments