AmbientTalk is an experimental object-oriented distributed programming language developed at the Software Languages Lab at the Vrije Universiteit Brussel, Belgium. The language is primarily targeted at writing programs deployed in mobile ad hoc networks.
AmbientTalk is a research platform to experiment with new language features or programming abstractions to facilitate the construction of software that has to run in highly volatile networks exhibiting intermittent connectivity and little infrastructure.
The language's concurrency features are founded on the actor model and have been largely influenced by the E programming language. The language's object-oriented features find their influence in languages like Smalltalk (i.e. block closures, keyworded messages) and Self (prototype-based programming, delegation). Finally, the language has a functional core, inspired by Scheme and Pico.
AmbientTalk's main differences with mainstream languages are that:
· It employs a purely event-driven concurrency framework, founded on actors.
· It abandons the RPC abstraction in favor of asynchronous, non-blocking message passing. Because the system automatically buffers such messages while the receiver of the message is disconnected, the programmer can abstract from temporary network failures by default.
· It has built-in programming language constructs for objects to discover one another in the local ad hoc network. Peer-to-peer service discovery is built into the language.
· It features a dynamic OO kernel language built upon the principles of prototype-based programming. The kernel language supports reflection using mirrors, which provide access to an extensive metaobject protocol, making the language extensible from within itself.
· The language syntax derives primarily from the 'curly brace' family of languages, but it mixes in the keyworded messaging syntax from Smalltalk as well. This, together with AmbientTalk's lightweight block syntax, enables you to easily build your own control structures.
· The current implementation of AmbientTalk embraces the JVM as a platform. It's easy for AmbientTalk programs to use Java libraries, and it's easy for Java objects to use AmbientTalk as an embedded scripting language. This interaction is safe: even when AmbientTalk objects are "exposed" to the JVM, JVM threads cannot violate the concurrency constraints of AmbientTalk's actor model.
AmbientTalk runs on J2SE, J2ME under the connected device configuration (CDC), and Android 2.1 Platform.
Like it? Share with your friends!
Supported operating systems:
Google Android 10.x, Google Android 2.1, Google Android 2.2, Google Android 2.3, Google Android 3.0, Google Android 3.1, Google Android 3.2, Google Android 4.0, Google Android 4.1, Google Android 4.2, Google Android 4.3, Google Android 4.4, Google Android 5.x, Google Android 6.x, Google Android 7.x, Google Android 8.x, Google Android 9.x, Java ME, Java Nokia 240x320, Java SE 240x320
Similar Software:
Memorize Me Java Concepts Memorize Me Java Concepts - Learn about Object Oriented Programming (OOP), Abstraction, Polymorphism, Encapsulation, Inheritance, JVM, keywords, data types and may other areas of Java
Learn Euphoria Learn Euphoria - Euphoria's first incarnation was created by Robert Craig on an Atari Mega-ST and it was first released in 1993. It is maintained by Rapid Deployment Software. Euphoria is simple, flexible, easy to learn, and interpreted high-level programming language for DOS, Windows, Linux, FreeBSD and more
SEO Webpage Analysis SEO Webpage Analysis - Key Features:
- Provides a report of all the on-page SEO factors from your website including meta tag information, web page content, links on the page, image alt tags and anchor text.
- Provides recommendations on how on-page SEO factors on your website can be improved to help your ranking in natural search results
Learn CICS Learn CICS - CICS was developed in 1968 by IBM in United States. CICS allow users to develop and execute online application in an MVS environment. CICS has become the most commonly used server for Internet applications
Signals and Systems Signals and Systems - This tutorial is designed for students and all enthusiastic learners, who are willing to learn signals and systems in simple and easy steps. This tutorial will give you deep understanding on Signals and Systems concepts
Learn CSharp Learn CSharp - C# is a simple, modern, general-purpose, object-oriented programming language developed by Microsoft within its .NET initiative led by Anders Hejlsberg. This tutorial will teach you basic C# programming and will also take you through various advanced concepts related to C# programming language
Learn Android QA Learn Android QA - Nowadays Android Mobile is boom in the market. There are many Android mobiles are coming in the market and with its varieties, so while developing the Android apps developer are facing unique challenges and also getting opportunities
Learn Objective C Learn Objective C - This reference has been prepared for the beginners to help them understand the basic to advanced concepts related to Objective-C Programming languages. Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language
Aptoide Uploader Aptoide Uploader is an Android application that allows one to upload his Android applications to his own Bazzar repository (bazaarandroid.com), taking advantage of Bazaar's new webservices API
Other Software by developer «AmbientTalk Team»:
weScribble weScribble - Draw with your friends!
Draw with your enemies!
Draw with anyone who has an Android device... and a finger!
This is a demo version of the weScribble application for collaborative drawing.
You can draw with anyone on the same wireless network, with changes synchronizing in real time
AmbientTalk Interpreter AmbientTalk Interpreter - AmbientTalk is an experimental object-oriented distributed programming language developed at the Software Languages Lab at the Vrije Universiteit Brussel, Belgium. The language is primarily targeted at writing programs deployed in mobile ad hoc networks