FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Web Development
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
July 28, 2009
Google Releases 'Simple' Programming Language

BASIC dialect targets Android development

Google has released a simple, BASIC-like programming language called, well, Simple. However, while the original BASIC language implementation was created as an educational tool to teach programming, Simple is intended for developing Android applications.

"Bringing an easy to learn and use language to the mobile world and the Android platform is the goal of the Simple project," said Google's Herbert Czymontek. "Simple is a BASIC dialect for developing Android applications. Simple allows programmers to quickly write Android applications by using the components supplied by its runtime system."

According to Google, Simple programs are form definitions (which contain components) and code (which contains the program logic). The interaction between the components and the program logic happens through events triggered by the components. The program logic consists of event handlers which contain code reacting to the events.

Simple is available for Linux, Mac, and Windows. The source code for the implementation is freely available, along with sample applications. A tutorial on how to build Simple and write applications is available here.

It is worth noting that Simple is still a work in progress.

TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK