Changes To Polemy
Not logged in
1 1 Welcome to Polemy programming language! 2 2 3 3 <ul> 4 -<li><a href="http://www.kmonos.net/repos/polemy/info/tip">最新版のページ</a> (リンク先の "ZIP archive" からソースをダウンロードできます)</li> 4 +<li><a href="http://www.kmonos.net/repos/polemy/info/tip">最新版の情報ページ</a> (リンク先の "ZIP archive" からソースをダウンロードできます)</li> 5 5 <li><a href="http://www.kmonos.net/repos/polemy/doc/tip/doc/index.html">リファレンスマニュアル</a></li> 6 6 <li>Windows版バイナリ(準備中)</li> 7 7 </ul> 8 8 9 -The source code is hosted by fossil SCM (<a href="http://www.fossil-scm.org">http://www.fossil-scm.org</a>). Get it by 9 +ソースは fossil (<a href="http://www.fossil-scm.org">http://www.fossil-scm.org</a>) を使って 10 10 11 11 <pre> mkdir polemy 12 12 cd polemy 13 13 fossil clone http://www.kmonos.net/repos/polemy local.fossil 14 14 fossil open local.fossil</pre> 15 - 16 -or donwload the zip archive from the <a href="http://www.kmonos.net/repos/polemy/info/tip">info page of the latest version</a>, and follow the build instruction in <tt>readme.txt</tt>. 17 -To read it online, click "Files" in the sidebar and then "readme.txt". 18 -The short description of the language is also in that file. 15 +でも