I saw this on twitter this morning and noticed a glaring similarity in the GUI design and that of MIT's SCRATCH programming language geared at teaching children how to program. They both utilize the concept of visually displaying code segments as "building blocks" which fit together like puzzle pieces to give a visual representation of whether or not code will work.
I commend the approach to get more parties interested in programming and mobile web application development. Perhaps this opens up a whole new world of potential for getting mobile applications development into the classroom at a very young age. On the downside, we might end up with an influx of even crappier Android applications in the market. I already have a hard enough time filtering through the craplications as it is.
Now that you mention it, yes, it does resemble SCRATCH, and I would also suggest Lego Mindstorms programming environment.
I am showing my age, when I admit that my initial reaction was to note the similarity with Novel's AppWare circa 1995. ( http://support.novell.com/techcenter/articles/dnd19940502.ht... ) Appware, like Scratch, took a modular approach of assembling software building blocks and connecting the output of one to the input of the other, dealing with triggers, events, etc. As a programmer coding to native APIs (WinAP and MacOS, in C++) I found AppWare to be an adequate and fun prototyping tool, useful for quickly testing an idea or stringing together a quick & easy widget to solve a basic problem. Even moreso, considering it was a cross-platform (MacOS & Windows 3.0) system, which was novel for that time period. However, when it came time to build a full-featured application to deliver to others, in my experience Appware fell short. I suspect I'd feel the same way about this tool for Android but I'm willing to give it a shot.
I suspect that much of the HN readership feels the same, but we are quite the minority, and this tool is designed to address the needs of what my non-programmer wife charmingly refers to as "normal people" -- non-hacker people who don't really care how things work, but instead use the device as a tool in order to get on with their lives rather than a means unto itself.
The last third of the linked page is devoted to giving credit to work that they built upon, including MIT's Open Blocks, Scratch and Logo, as well as GNU Kawa.
Comments
I saw this on twitter this morning and noticed a glaring similarity in the GUI design and that of MIT's SCRATCH programming language geared at teaching children how to program. They both utilize the concept of visually displaying code segments as "building blocks" which fit together like puzzle pieces to give a visual representation of whether or not code will work.
I commend the approach to get more parties interested in programming and mobile web application development. Perhaps this opens up a whole new world of potential for getting mobile applications development into the classroom at a very young age. On the downside, we might end up with an influx of even crappier Android applications in the market. I already have a hard enough time filtering through the craplications as it is.
Here's the link to SCRATCH for those unaware:
http://scratch.mit.edu/
Now that you mention it, yes, it does resemble SCRATCH, and I would also suggest Lego Mindstorms programming environment.
I am showing my age, when I admit that my initial reaction was to note the similarity with Novel's AppWare circa 1995. ( http://support.novell.com/techcenter/articles/dnd19940502.ht... ) Appware, like Scratch, took a modular approach of assembling software building blocks and connecting the output of one to the input of the other, dealing with triggers, events, etc. As a programmer coding to native APIs (WinAP and MacOS, in C++) I found AppWare to be an adequate and fun prototyping tool, useful for quickly testing an idea or stringing together a quick & easy widget to solve a basic problem. Even moreso, considering it was a cross-platform (MacOS & Windows 3.0) system, which was novel for that time period. However, when it came time to build a full-featured application to deliver to others, in my experience Appware fell short. I suspect I'd feel the same way about this tool for Android but I'm willing to give it a shot.
I suspect that much of the HN readership feels the same, but we are quite the minority, and this tool is designed to address the needs of what my non-programmer wife charmingly refers to as "normal people" -- non-hacker people who don't really care how things work, but instead use the device as a tool in order to get on with their lives rather than a means unto itself.
read the description they have credited MIT in the section Standing on Shoulders of Giants.
also about flooding app store with crappy Apps. A good quality app will standout by reviews/word of mouth and Advertising.
Sad how Apple makes people idiots
The last third of the linked page is devoted to giving credit to work that they built upon, including MIT's Open Blocks, Scratch and Logo, as well as GNU Kawa.