Newspeak is an open source programming language created in 2006 by Gilad Bracha.
#1453on PLDB | 18Years Old |
Newspeak is a programming language and platform in the tradition of Smalltalk and Self being developed by a team led by Gilad Bracha. The platform includes an IDE, a GUI library, and standard libraries. Starting in 2006, Cadence Design Systems funded its development and employed the main contributors, but ceased funding in January 2009. Read more on Wikipedia...
HelloBraveNewWorld usingPlatform: platform = (
platform Transcript open show: 'Hello, Oh Brave new world'.
)