Content deleted Content added
m Fixed parameter in infobox |
BarryNorton (talk | contribs) No edit summary |
||
Line 28:
'''Go!''' is a [[concurrent programming language]], first publicly documented by [[Keith Clark]] and Francis McCabe in 2003 <ref>Clark and McCabe, AAMAS'03, 2003</ref>. It is oriented to the needs of programming secure, production quality, agent based applications. It is multi-threaded, strongly typed and higher order (in the functional programming sense). It has relation, function and action procedure definitions. Threads execute action procedures, calling functions and querying relations as need be. Threads in different agents communicate and coordinate using asynchronous messages. Threads within the same agent can also use shared dynamic relations acting as memory stores.
Its nature as a a multi-paradigm programming language, integrating logic, functional, object oriented and imperative programming styles <ref name=informatica-survey>Bordini et al., Informatica, 2006</ref>, is particularly applied to ontology-based modeling, as exploited for the [[Semantic Web]] in allowing a type system where [[Web Ontology Language|OWL]] classes can be represented in the type system <ref>Clark and McCabe, Applied Intelligence, 2006</ref>. The design of Go!, according to Bordini et al.'s survey <ref name=informatica-survey />, also took into consideration critical issues such as security, transparency, and integrity, in regards to the adoption of logic programming technology. Agents in Go! contain both reactive and deliberative aspects, and coordinate using BDI structures <ref>Fisher et al., Computational Intelligence, 2007</ref>, and their style of expression has influenced the modelling of agent systems in [[Erlang]] <ref>Varela et al., Erlang Workshop'04</ref>.
Since the launch of Google's programming language, [[Go! (programming language)|Go!]] and [[Go (programming language)|Go]] have become the subject of a naming controversy that is still to be resolved <ref>http://www.informationweek.com/news/software/web_services/showArticle.jhtml?articleID=221601351</ref> <ref>http://code.google.com/p/go/issues/detail?id=9</ref>.
Line 79:
* {{cite journal |author=R. Bordini et al. |year=2006 |title=A Survey of Programming Languages and Platforms for Multi-Agent Systems |journal=Informatica |volume=30 |pages=33 - 44 |url=http://www.informatica.si/vol30.htm }}
* {{cite journal |author=M. Fisher et al. |year=2007 |title=Computational Logics and Agents - A Roadmap of Current Technologies and Future Trends |journal=Computational Intelligence|volume=23 |issue=1 |pages=61 - 91 |url=http://www3.interscience.wiley.com/journal/118495224/issue }}
* {{cite conference |author=C. Varela et al.|year=2004 |title=On Modelling Agent Systems with Erlang | conference=ACM SIGPLAN Erlang Workshop '04|conferenceurl=http://ftp.sunet.se/pub/lang/erlang/workshop/2004/ }}
{{refend}}
|