Changes To Polemy
Not logged in
1 1 Welcome to Polemy programming language! 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> 2 5 3 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 4 7 5 8 <pre> mkdir polemy 6 9 cd polemy 7 10 fossil clone http://www.kmonos.net/repos/polemy local.fossil 8 11 fossil open local.fossil</pre> 9 12 10 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>. 11 14 To read it online, click "Files" in the sidebar and then "readme.txt". 12 15 The short description of the language is also in that file.