You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="#_for_jason_users">For Jason users</a></li>
24
+
<li><ahref="#_for_jason_developers">For Jason developers</a></li>
25
+
</ul>
26
+
</li>
27
+
<li><ahref="#_jason_as_a_library">Jason as a Library</a></li>
28
+
</ul>
29
+
</div>
30
+
</div>
31
+
<divid="content">
32
+
<divid="preamble">
33
+
<divclass="sectionbody">
34
+
<divclass="paragraph">
35
+
<p>Jason is an interpreter for an extended version of AgentSpeak. It implements the operational semantics of that language, and provides a platform for the development of multi-agent systems, with many user-customisable features. Jason is available as Open Source, and is distributed under GNU LGPL.</p>
36
+
</div>
37
+
<divclass="paragraph">
38
+
<p>Jason is developed by <ahref="http://https://jomifred.github.io">Jomi F. Hübner</a> and <ahref="http://www.inf.pucrs.br/r.bordini">Rafael H. Bordini</a>, based on previous work done with many colleagues, in particular Michael Fisher, Joyce Martins, Álvaro Moreira, Renata Vieira, Willem Visser, Mike Wooldridge, but also many others, as acknowledged in the manual (see the <ahref="http://jason-lang.github.io/">documents</a> page).</p>
39
+
</div>
40
+
</div>
41
+
</div>
42
+
<divclass="sect1">
43
+
<h2id="_documentation">Documentation</h2>
44
+
<divclass="sectionbody">
45
+
<divclass="paragraph">
46
+
<p>Most of the Jason documentation is available <ahref="doc/readme.html">in the doc folder</a> and at the <ahref="http://jason-lang.github.io">Jason web site</a>.</p>
47
+
</div>
48
+
</div>
49
+
</div>
50
+
<divclass="sect1">
51
+
<h2id="_installation">Installation</h2>
52
+
<divclass="sectionbody">
53
+
<divclass="sect2">
54
+
<h3id="_for_jason_users">For Jason users</h3>
55
+
<divclass="paragraph">
56
+
<p>Follow the <ahref="doc/tutorials/getting-started/readme.html">getting started tutorial</a>.</p>
57
+
</div>
58
+
<divclass="admonitionblock note">
59
+
<table>
60
+
<tr>
61
+
<tdclass="icon">
62
+
<iclass="fa icon-note" title="Note"></i>
63
+
</td>
64
+
<tdclass="content">
65
+
In Jason 3.2 no IDE is included in Jason distribution. A <ahref="jason-cli">command line interpreter</a> is now provided.
66
+
</td>
67
+
</tr>
68
+
</table>
69
+
</div>
70
+
</div>
71
+
<divclass="sect2">
72
+
<h3id="_for_jason_developers">For Jason developers</h3>
0 commit comments