Changes To Polemy
Not logged in
1 1 Welcome to Polemy programming language! 2 2 3 -- <a href="http://www.kmonos.net/repos/polemy/doc/tip/doc/index.html">リファレンスマニュアル</a> 4 -- <a href="http://www.kmonos.net/repos/polemy/info/tip">最新版</a> 3 +<ul> 4 +<li><a href="http://www.kmonos.net/repos/polemy/info/tip">最新版のページ</a>(リンク先の "ZIP archive" からダウンロードできます)</li> 5 +<li><a href="http://www.kmonos.net/repos/polemy/doc/tip/doc/index.html">リファレンスマニュアル</a></li> 6 +</ul> 5 7 6 8 The source code is hosted by fossil SCM (<a href="http://www.fossil-scm.org">http://www.fossil-scm.org</a>). Get it by 7 9 8 10 <pre> mkdir polemy 9 11 cd polemy 10 12 fossil clone http://www.kmonos.net/repos/polemy local.fossil 11 13 fossil open local.fossil</pre> 12 14 13 15 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>. 14 16 To read it online, click "Files" in the sidebar and then "readme.txt". 15 17 The short description of the language is also in that file.