Newspeak is an object-capability programming platform that lets you develop code in your web browser.
As the entire Newspeak IDE runs locally in the browser, it can be run on a desktop computer, tablet computer, or smartphone.
Newspeak is a highly dynamic and reflective programming language that supports both object-oriented and functional programming paradigms. It is designed to support modularity and security, and is message-based, with all names dynamically bound.
Newspeak is an object-capability programming platform that allows for code to be developed in a web browser, so it can run on any platform that supports a web browser.
It is a reflective, live system that allows programmers to create interactive narratives via live, literate programming.
Newspeak is a virtual class-based language that uses classes rather than prototypes. Classes may nest, and, because class names are late bound, all classes are virtual, every class can act as a mixin, and class hierarchy inheritance falls out automatically. Top-level classes are essentially self-contained parametric namespaces and serve to define component-style modules, which naturally define sandboxes in an object-capability style.
Designed by Gilad Bracha, the language was developed by Bracha, Peter von der Ahé, Vassili Bykov, Yaron Kashai, Ryan Macnak, William Maddox, and Eliot Miranda at Cadence Design Systems in 2006.
The language's name was inspired by "Nineteen Eighty-Four," the dystopian novel by George Orwell. The idea behind its name was that, in Orwell's newspeak, the language grew smaller with each revision. Newspeak's designer considered this to be a desirable goal for a programming language.
Newspeak was influenced by Smalltalk, Self, Beta, and E. Like Smalltalk, Newspeak uses classes rather than prototypes. Like Self, Newspeak is message-based, with all names dynamically bound. Like Beta, Newspeak supports nested classes and late-bound class names. Like E, Newspeak is designed to support modularity and security.
However, Newspeak differs from these languages in several ways. For example, it is a principled, dynamically typed language that is reflective and live. Its reflective, live system allows programmers to create interactive narratives through live, literate programming.
Newspeak is distinguished by its unusual approach to modularity. The language has no global namespace. Top-level classes act as module declarations. Modularity is based exclusively on class nesting. As first-class values, module declarations can be stored in variables, passed as parameters, or returned from methods.
By design, Newspeak lacks undeclared access to a global scope and therefore enforces dependency injection. Consequently, it requires all class dependencies to be explicitly referenced. This makes every class in Newspeak virtual. All names of dependencies in Newspeak are late-bound and interpreted as message sends, as is the case in Self.
While a safety-critical programming language by the same name was released in 1984, the two languages are unrelated.
This portion of our computer programming guide focuses on the Newspeak programming language. Any programming language by that name would be appropriate for this category, which features online resources for the official language website or any repositories or close implementations of Newspeak, as well as IDEs, compilers, or other tools or utilities designed to facilitate programming in Newspeak. Tutorials, developer community websites, forums, and reviews may also be listed here.
 
 
Recommended Resources
Gilad Bracha is the key designer of the Newspeak programming language. His interests are in object-oriented programming languages, in particular, modularity, reflection, and type systems. He was also responsible for the specifications of the Java virtual machine and the Dart programming language, each of which is identified here. Other resources include selected papers, selected talks, and contact information. Links to online resources related to his interests are included.
http://www.bracha.org/
This is the official GitHub repository for the Newspeak programming language. GitHub is a platform where developers can create, store, manage, and share files related to various projects, such as Newspeak, a live object-capability language in the Smalltalk tradition. The Newspeak files, as well as those of Primordial Soup, an implementation of Newspeak, benchmarks, and documentation, are included, and profiles of people actively developing the language are available.
https://github.com/newspeaklanguage
Primordial Soup is an implementation of the Newspeak programming language that runs on Android, Fuchsia, Linux, macOS, Windows, and the Web. Its official GitHub repository includes the source code, files, and packages for the implementation, as well as the source code, available through the Apache 2.0 License. Documentation, branches, forks, and activity can be viewed, along with profiles of contributors to the repository. Stargazers are also identified, and their profiles can be viewed.
https://github.com/rmacnak/primordialsoup
Newspeak Programming Language, The
This is the official website for the Newspeak programming language, an object-capability programming platform that lets you develop code in your web browser. Like Self, Newspeak is message-based, with all names dynamically bound; but like Smalltalk, Newspeak uses classes rather than prototypes. As in Beta, classes may nest. Documentation and papers, videos, demos, legacy downloads, licensing, repositories, and a developer community forum are available.
https://newspeaklanguage.org/
SourceForge: Newspeak Programming Language
SourceForge is a web-based source code repository that serves as a centralized hub for free and open-source software projects, including the Newspeak programming language. Source codes for the Newspeak programming language and other files, versions, and packages associated with it, may be accessed through the site under an Apache License 2.0, and the files are available for download. Users may review Newspeak and read reviews left by others, or sign up to be notified of updates.
https://sourceforge.net/projects/newspeakpl/