Aug 05


Etch-a-Sketch sample programGoogle has released a simple programming language called, appropriately enough, “Simple.”  The goal of Simple is to provide an easy-to-learn-and-use language for the mobile Android platform.  As a BASIC dialect, Simple is particularly well suited for non-professional programmers, but can also be used by experienced developers.  Simple enables programmers to quickly write Android applications by using components included with its runtime system.

 




Tetris sample programSimilar to its 1990’s relative BASIC developed by Microsoft, Simple programs consist of form definitions (which contain components) and source 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 Windows, Linux and Mac.  The language is open-source and includes sample applications and a tutorial.

Google warns that the Simple project is still a work in progress and likely contains bugs and missing features.  Given that the language is open source, Google encourages developers themselves to fill any gaps in functionality.

Popularity: 2% [?]

Related posts:

  1. L# .NET: Obscure Programming Language of the Month
  2. Euphoria: Obscure Programming Language of the Month
  3. Most Popular Programming Languages
  4. Popfly: Programming for the Masses
  5. Small Basic: Programming Should be Fun


4 Responses to “Google Releases “Simple” Programming Language”

  1. Posts about Programming from google blogs as of August 5, 2009 « tryfly.com Says:

    [...] [...]

  2. Friday Links #63 | Blue Onion Software * Says:

    [...] Google Releases “Simple” Programming Language – Google has released a simple programming language called, appropriately enough, “Simple.” [...]

  3. Google introduces a "Simple" language for Android | My Journey Through Technology Says:

    [...] came across a blog post announcing Release of Simple, which is a language based on BASIC. Simple google code page (pun intended) has binary [...]

  4. خانواده گنو/لینوکس ایرانیان » Blog Archive » Links for 2009-08-11 [del.icio.us] Says:

    [...] Google Releases “Simple” Programming Language [...]

Leave a Reply