Google 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.
Similar 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:
- L# .NET: Obscure Programming Language of the Month
- Euphoria: Obscure Programming Language of the Month
- Most Popular Programming Languages
- Popfly: Programming for the Masses
- Small Basic: Programming Should be Fun




August 5th, 2009 at 7:51 pm
[...] [...]
August 7th, 2009 at 11:29 pm
[...] Google Releases “Simple” Programming Language – Google has released a simple programming language called, appropriately enough, “Simple.” [...]
August 12th, 2009 at 1:42 am
[...] came across a blog post announcing Release of Simple, which is a language based on BASIC. Simple google code page (pun intended) has binary [...]
August 12th, 2009 at 3:11 am
[...] Google Releases “Simple” Programming Language [...]