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">Language Reference Manual</a> (Japanese) 4 -- <a href="http://www.kmonos.net/repos/polemy/info/tip">zip</a> 5 -最新版 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> 6 5 7 6 The source code is hosted by fossil SCM (<a href="http://www.fossil-scm.org">http://www.fossil-scm.org</a>). Get it by 8 7 9 8 <pre> mkdir polemy 10 9 cd polemy 11 10 fossil clone http://www.kmonos.net/repos/polemy local.fossil 12 11 fossil open local.fossil</pre> 13 12 14 13 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>. 15 14 To read it online, click "Files" in the sidebar and then "readme.txt". 16 15 The short description of the language is also in that file.