Changes To Polemy
Not logged in
1 1 Welcome to Polemy programming language! 2 2 3 3 - <a href="http://www.kmonos.net/repos/polemy/doc/tip/doc/index.html">Language Reference Manual</a> (Japanese) 4 4 - <a href="http://www.kmonos.net/repos/polemy/info/tip">zip</a> 5 +最新版 5 6 6 7 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 8 8 9 <pre> mkdir polemy 9 10 cd polemy 10 11 fossil clone http://www.kmonos.net/repos/polemy local.fossil 11 12 fossil open local.fossil</pre> 12 13 13 14 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 15 To read it online, click "Files" in the sidebar and then "readme.txt". 15 16 The short description of the language is also in that file.