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.
Article published on August 5, 2009
If you like this article, please share it: |
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 […]
December 13th, 2010 at 1:43 am
Simple is based on BASIC, a programming language created in the 1960s that saw widespread use in the 1980s as the personal computer market developed. BASIC became even more popular in the 1990s when Microsoft released Visual Basic.
December 24th, 2010 at 10:14 am
In what life did Micro$haft develop basic? It was developed in in 1964 at Dartmouth collage. Microsoft made it’s version popular in the 1980’s with GW Basic, which came on every PC clone. I would have the thought the likes of Sinclair, Atari, The BBC micro and others would have something to say about making the Basic language popular before Microsoft “developed it”.
May 13th, 2011 at 4:18 am
It was developed in in 1964 at Dartmouth collage. Microsoft made it’s version popular in the 1980’s with GW Basic, which came on every PC clone.
June 9th, 2011 at 4:14 am
I saw your post so much. This is really informative. I would have the thought the likes of Sinclair, Atari, The BBC micro and others would have something to say about making the Basic language popular before Microsoft “developed it”.Thanks for sharing.
August 5th, 2011 at 7:31 am
I would have the thought the likes of Sinclair, Atari, The BBC micro and others would have something to say about making the Basic language popular before Microsoft “developed it”.
August 18th, 2011 at 2:50 am
The interaction between the components and the program logic happens through events triggered by the components.