Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>As for standards for <em>packaging</em> / <em>distribution</em> there is the <code>Addons</code>. It seems to be mainly geared for added C libraries to <code>Io</code> but should work with pure <code>Io</code> code as well. </p> <p>The <code>Addons</code> documentation is a little sparse. There is a <a href="http://en.wikibooks.org/wiki/Io_Programming/Writing_Addons" rel="noreferrer">Writing Addons</a> wiki page which may help. But best bet is to just delve into <code>Addons</code> which hopefully is included with your <code>Io</code> install. Source for these can be found on Github in <a href="http://github.com/stevedekorte/io/tree/master/addons/" rel="noreferrer">addons</a> under the main <a href="http://github.com/stevedekorte/io" rel="noreferrer">Io project</a>. </p> <p>Just to beef up bit about <a href="http://www.iolanguage.com" rel="noreferrer"><code>Io</code></a> programs/projects is on <a href="http://github.com" rel="noreferrer"><code>Github</code></a>, here are some Github links:</p> <ul> <li><a href="http://github.com/languages/Io" rel="noreferrer">Overview of Io projects on Github</a></li> <li><a href="http://github.com/languages/Io/created" rel="noreferrer">Complete list of Io projects on Github (includes forks)</a></li> </ul> <p>There are a few fledgling packaging projects listed there which, in time, one of which may gain traction and perhaps universal adoption?:</p> <ul> <li><a href="http://github.com/jdp/boid" rel="noreferrer">boid</a></li> <li><a href="http://github.com/oleganza/iopackage" rel="noreferrer">iopackage</a></li> <li><a href="http://github.com/josip/eerie" rel="noreferrer">eerie</a></li> </ul> <p><strong>Update</strong>: There is a recent(ish) discussion on the <a href="http://tech.groups.yahoo.com/group/iolanguage/" rel="noreferrer">Io mailing list</a> about <a href="http://tech.groups.yahoo.com/group/iolanguage/message/11897" rel="noreferrer">packaging</a>. No outcome as yet.</p> <p>/I3az/</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload