Scratch (MIT, 2007)

“As young people create and share Scratch projects, they learn
important mathematical and computational ideas, while also learning to
think creatively, reason systematically, and work collaboratively.”
- Shortcomings include the inability to create functions and abstractions. Kids never see code.
Alice (Carnegie Mellon, 1999)

“Alice is a modern programming environment designed to be a student's
first exposure to object-oriented programming. It allows students to
learn basic computer science while creating animated movies, simple
video games, where students control the behavior of 3D objects and
characters in a virtual world.”
- Shortcomings include being complete pre-built, it's not extensible.
Android App Inventor (Google, 2010)

“App Inventor is a new tool in Google Labs that makes it easy for
anyone—programmers and non- programmers, professionals and students—to
create mobile applications for Android-powered devices.”
- Shortcomings include requirement of Google account and kids can't see code (it's Scheme!).