User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
start [2006/06/15 11:30] jdedeckerstart [2006/07/02 00:18] – *added stijnm
Line 1: Line 1:
 +====== Welcome to Ambient-Oriented Programming ======
 +Welcome to our website on Ambient-Oriented Programming, an exciting new paradigm of computing geared towards promoting and programming spontaneous interactions between different mobile and/or embedded devices.
  
 +This webpage is also the home of AmbientTalk, our experimental programming language to develop such applications. The current implementation of AmbientTalk is relatively stable and can be downloaded [[at:Download|here]]. A tutorial on the language can be found [[at:Tutorial|here]].
  
-<note warning> +===== What is AmbientTalk all about? ===== 
-This webpage is under construction!  Please consult the old [[http://prog.vub.ac.be/amop-old|website]] +Ambient-Oriented programming is a programming paradigm whose properties are derived from the characteristics of hardware platforms for mobile computing. Mobile hardware devices are often provided with wireless networks facilities, allowing them to engage in collaboration with their environment. However, the autonomous nature of these devices as well as the volatile connections over their wireless infrastructure has its repercussions on the software that employs them. The basic assumption of the Ambient-Oriented Programming paradigm is that languages should incorporate possible network failures at the heart of their programming model. 
-</note>+ 
 +From this observation, several characteristics of programming languages can be derived. Informally we state that an ambient-oriented language is : 
 +  * **Prototype-based** The mismatch between classes and distribution is well-documented and further aggravated in the context of mobile computing. 
 +  * **Non-blocking** To avoid harming the autonomy of the mobile devices, no device should be blocked awaiting either to send a message or receive a result. 
 +  * **Communication-Aware** To encompass network failures, objects should be able to keep a log of their own activities, allowing for error recovery. 
 +  * **Resource-Aware** Service discovery is an integral part of any ambient-oriented language since resources are encountered dynamically in the ever-changing network topology surrounding a device. 
 + 
 +==== Further Reading ==== 
 + 
 +**Ambient-Oriented Programming**, Jessie Dedecker, Tom Van Cutsem, Stijn Mostinckx, Theo D'Hondt, Wolfgang De Meuter. 
 +In "OOPSLA '05: Companion of the 20th annual ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages and Applications. Pages 31-40. San Diego, U.S.A. ACM Press.", 2005 [ [[http://prog.vub.ac.be/Publications/2005/vub-prog-tr-05-10.pdf|download]] ] 
 + 
 +**Ambient-Oriented Programming in AmbientTalk**, Jessie Dedecker, Tom Van Cutsem, Stijn Mostinckx, Theo D'Hondt, Wolfgang De Meuter.  In "Proceedings of the 20th European Conference on Object-Oriented Programming (ECOOP), Dave Thomas (Ed.), Lecture Notes in Computer Science Vol. 4067, pp. 230-254, Springer-Verlag.", 2006 
 +[ [[http://prog.vub.ac.be/Publications/2006/vub-prog-tr-06-11.pdf|download]] ] 
 + 
 +**Ambient-Oriented Programming**, Jessie Dedecker, Ph.D. Thesis, Vrije Universiteit Brussel. 
 +[ [[http://prog.vub.ac.be/Publications/2006/vub-prog-phd-06-01.pdf|download]] ] 
 + 
 + 
 +More information can also be found in the [[research:papers|Papers]] section. 
 + 
 +===== Research Topics ===== 
 +  * [[research:ambientrefs|Ambient References]] 
 +  * [[research:exceptions|Ambient-Oriented Exception Handling]] 
 +  * [[research:context|Context-Dependent Behaviour Adaptations]] 
 +  * [[research:dgc|Distributed Garbage Collection]] 
 + 
 +===== Contact ===== 
 + 
 +  * The [[http://prog.vub.ac.be/mailman/listinfo/ambienttalk-user|AmbientTalk user list]], for questions and general information on AmbientTalk: ''ambienttalk-user at prog.vub.ac.be'' 
 +  * [[http://prog2.vub.ac.be:9006/JForum/forums/list.page|The AmbientTalk Forum]]
start.txt · Last modified: 2021/09/24 10:20 by elisag