Prototype-Based
Style of object-oriented programming where objects are created by cloning existing ones.
Details
Plangs
| Name | Description |
|---|---|
| CoffeeScript | Compiles into JavaScript, enhancing its brevity with syntactic sugar inspired by Haskell, Ruby, and Python. |
| Io | A pure object-oriented language with a prototype-based model, inspired by Smalltalk, Self, and others, emphasizing simplicity, flexibility, and concurrency. |
| Logtalk | Object-oriented logic programming language extending Prolog. |
| Lua | Lightweight, high-level language designed for embedding in applications. |
| MoonScript | Dynamic scripting language compiling to Lua with CoffeeScript-inspired syntax. |
| Rebol | Cross-platform multi-paradigm language known for its dialects and simplicity. |
| Self | Prototype-based dynamic OOP language, influenced by Smalltalk and APL, impacting JavaScript. |