Self is a programming language created in 1987 by David Ungar.
#267on PLDB | 36Years Old | 461Users |
1Books | 2Papers | 36Repos |
Self is an object-oriented programming language based on the concept of prototypes. Self began as a dialect of Smalltalk, being dynamically typed and using just-in-time compilation (JIT) as well as the prototype-based approach to objects: it was first used as an experimental test system for language design in the 1980s and 1990s. In 2006, Self was still being developed as part of the Klein project, which was a Self virtual machine written fully in Self. Read more on Wikipedia...
'Hello World' printLine
(| "Hello World in Self"
hello = (| | 'Hello World!' print)
|)
_AddSlots: (| porsche911 <- sportsCar copy |).
porsche911 name:'Bobs Porsche'.
Feature | Supported | Token | Example |
---|---|---|---|
Strings | ✓ | ' | 'Hello world' |
Print() Debugging | ✓ | printLine | |
Message Passing | ✓ | ||
Semantic Indentation | X |
title | authors | year | publisher |
---|---|---|---|
Dark NLP: How To Use Neuro-linguistic Programming For Self Mastery, Getting What You Want, Mastering Others And To Gain An Advantage Over Anyone | Pace, Michael | 2015 | CreateSpace Independent Publishing Platform |
title | authors | year | citations | influentialCitations |
---|---|---|---|---|
Self | D. Ungar and Randall B. Smith | 2007 | 218 | 8 |
Programming as an Experience: The Inspiration for Self | Randall B. Smith and D. Ungar | 1995 | 112 | 5 |