Class-based NewtonScript Programming - http://waltersmith.us/wp-content/uploads/2005/12/class-based-NS.htm
An article for PIE Developers magazine describing a technique for structuring a NewtonScript program using class-like objects. |
Glyphic Script, Codeworks - http://www.ozonehouse.com/mark/codeworks.html
Language with interactive development environment, supports multiple views per object, bytecode VM; was user programming environment of EO communicator; description, PDF manuals. By Mark Lentczner. |
http://brain.sourceforge.net/ - http://brain.sourceforge.net/
High-level, pure object-oriented, prototype-based, scripting language; Smalltalk-like syntax; some features borrowed from Scheme, Self, JavaScript. [Open Source, LGPL] |
http://isaacproject.u-strasbg.fr/li.html - http://isaacproject.u-strasbg.fr/li.html
Small, fast language inspired by Smalltalk, Self, Eiffel (design by contract); auto-cast static typing, multiple inheritance. Part of Isaac prototype-based OS. Description, downloads, library, benchmarks, code samples. |
http://prog.vub.ac.be/research/agora/ - http://prog.vub.ac.be/research/agora/
OO prototype-based, reflective language, based on only message passing, a key trait of OO languages; it allows late-binding polymorphism, the key trait making possible incremental modifying of programs. Descriptions, papers, implementations: Smalltalk, C++, Java, Scheme; MiniMix. |
http://slate.tunes.org/ - http://slate.tunes.org/
Language-OS based on CLOS, Self, Smalltalk; Smalltalk syntax; libraries inspired by Common Lisp, Dylan, Strongtalk (strong typing). Descriptions, programming manual, tutorials, summaries, bulletin board Swiki, CVS. [Open Source, LGPL] |
http://sourceforge.net/projects/coolcc/ - http://sourceforge.net/projects/coolcc/
Was Poe: prototype inheritance language and OO virtual machine for building network-accessible programs for multiple programmers, users, agents. Persistence and garbage collection are automatic and transparent. [Open Source, GPL] |
Isaac Project - http://isaacos.loria.fr/li.html
Small prototype-based high-level language, influences: Smalltalk (all values are objects), Self (prototypes), Eiffel (Design by Contract); allows system, low-level programming, compiler has means for late binding suppression, optimizing type predictions and code specialization, gives target code high efficiency. |
Object-based PLs - http://www.pasteur.fr/~letondal/object-based.html
By Rainer Blome. Alphabetized list with descriptions of, and links to, many prototype-based languages. |
Prototype-based Programming - http://en.wikipedia.org/wiki/Prototype-based_programming
Growing article, with links to many related topics. [Wikipedia] |