Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
Mobo Rss Reader
Within You is the Power for MobiPocket Reader
Common Language Extension for Android
BN eReader
Linux Deploy
Jenga for Android
Shakespeare - Measure for Measure for Microsoft Reader
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
AmbientTalk





AmbientTalk
Version: 2.22 updated

Platforms: Android, Java


Categories: Programming & Development

Upload date: 9 Feb 13

Developer: AmbientTalk Team

License: Freeware

Downloads: 8999

File Size: 3863 Kb
Download Free AmbientTalk 



Rating: 2.7/5 (Total votes: 40)




  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:

Learn Cloud ComputingLearn Cloud Computing
Learn Cloud Computing - Cloud Computing provides us means by which we can access the applications as utilities over the internet. It allows us to create, configure, and customize the business applications online. This tutorial will take you through a step-by-step approach while learning Cloud Computing concepts
Learn jQuery v2Learn jQuery v2
Learn jQuery v2 - jQuery is a fast and concise JavaScript library created by John Resig in 2006. jQuery simplifies HTML document traversing, event handling, animating, and Ajax interactions for Rapid Web Development. This app is designed for software programmers who wants to learn the basics of jQuery and its programming concepts in simple and easy ways
Joomla Admin Mobile! for AndroidJoomla Admin Mobile! for Android
Joomla Admin Mobile! for Android - Take Joomla on the go with Joomla Admin Mobile! (JAM!). This native Android app lets you manage your Joomla 1.5, 1.6, 1.7 or 2.5 websites right from your mobile device. Using JAM! you can create new articles, set titles and categories, upload images - all without leaving the app
Learn JDBCLearn JDBC
Learn JDBC - As you know JDBC API is a Java API that can access any kind of tabular data, especially data stored in a Relational Database. JDBC works with Java on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX
Learn EJB v2Learn EJB v2
Learn EJB v2 - Enterprise Java Beans (EJB) is a development architecture for building highly scalable and robust enterprise level applications to be deployed on J2EE compliant Application Server such as JBOSS, Web Logic etc. EJB 3.0 is being a great shift from EJB 2.0 and makes development of EJB based applications quite easy
Learn AWTLearn AWT
Learn AWT - JAVA provides a rich set of libraries to create Graphical User Interface in platform independent way. In this app for Android we'll look in AWT (Abstract Window Toolkit). This tutorial is designed for Software Professionals who are willing to learn JAVA GUI Programming in simple and easy steps
SQLite GeneratorSQLite Generator
SQLite Generator - SQLite Generator helps you generate and edit SQLite databases. This software *requires* a SDCard, or an external storage plugged in, as its primary purpose is to generate databases that you can copy and use elsewhere
S_W Development Life CycleS_W Development Life Cycle
S_W Development Life Cycle - This tutorial is designed for the readers pursuing education in software development domain, Software Testing aspirants and all enthusiastic readers. Software engineering is an engineering branch associated with development of software product using well-defined scientific principles, methods and procedures
AndrinoAndrino
Andrino is an interactive Javascript interpreter for Android devices. It was inspired by an article entitled Why Johnny Can’t Code by David Brin. In the article, Brin argues that Johnny can’t program because there are few to no tools simply and easily available to beginners
Uninstall WidgetUninstall Widget
Uninstall Widget - A tool for app developers. Sometimes you need to uninstall very frequent same application while you develop it. Here is the solution.  Add the widget to your home screen, configure it once for "preferred application to uninstall" and you are just one click from uninstall
 

Other Software by developer «AmbientTalk Team»:

weScribbleweScribble
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 InterpreterAmbientTalk 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

» show more

 

Comments on AmbientTalk:

D.B:
GOOD

Date: 16 Feb 12

mtamoor:
soso not good

Date: 22 Apr 13

Allob Accom:
Uk MY ME

Date: 23 Sep 24

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

AmbientTalk is compatible with your device Meizu MX3 M055 / M355 / M356 TD
 
 
© Pantich 2009 - 2025 All rights reserved.