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 +<li>Windows版バイナリ(準備中)</li> 6 7 </ul> 7 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 10 10 11 <pre> mkdir polemy 11 12 cd polemy 12 13 fossil clone http://www.kmonos.net/repos/polemy local.fossil 13 14 fossil open local.fossil</pre> 14 15 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>. 16 17 To read it online, click "Files" in the sidebar and then "readme.txt". 17 18 The short description of the language is also in that file.