Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

No results could be found matching the exact term Smalltalk-76.
Try one of these suggestions:
samlet  seemlyhed  senility  shammy  similative  similiter  similitude  similitudinary  simulate  simulated  simulating  simulation  simulator  simulatory  simultaneity  simultaneous  simultaneously  simultaneousness  simulty  small  smalt  smalt-blue  smaltine  smaltite  smelled  smelt  smelted  smelter  smeltery  smeltie  smelting  smiled  smilet  smilodon  smilt  smolder  smoldered  smoldering  smolderingness  smoldry  smolt  smoulder  smouldered  smouldering  smoulderingness  smouldry  snail  squamellate  squamulate  sunlit  samuel  schmaltz  schmaltzy  semi-wild  semiliterate  senile  senna  shmaltz  simulative  simuliidae  sium  small-time  small-toothed  smalltooth  smell  smiledon  smolderingly  smollett  smoulderingly  smoled  sgml  smalltalk  smalltalk-80  smalltalk/v  sin,  san  smallwood  smallwood,  smelterville  smelterville,  smiley, 

Consider searching for the individual words Smalltalk, or 76.
Dictionary Results for Smalltalk:
1. The Free On-line Dictionary of Computing (30 December 2018)
Smalltalk

    The pioneering object-oriented programming system
   developed in 1972 by the Software Concepts Group, led by Alan
   Kay, at Xerox PARC between 1971 and 1983.  It includes a
   language, a programming environment, and an extensive object
   library.

   Smalltalk took the concepts of class and message from
   Simula-67 and made them all-pervasive.  Innovations included
   the bitmap display, windowing system, and use of a mouse.

   The syntax is very simple.  The fundamental construction is
   to send a message to an object:

   	object message

   or with extra parameters

   	object message: param1 secondArg: param2 .. nthArg: paramN

   where "secondArg:" etc. are considered to be part of the
   message name.

   Five pseudo-variables are defined: "self", "super", "nil",
   "true", "false".  "self" is the receiver of the current
   message.  "super" is used to delegate processing of a message
   to the superclass of the receiver.  "nil" is a reference to
   "nothing" (an instance of UndefinedObject).  All variables
   initially contain a reference to nil.  "true" and "false" are
   Booleans.

   In Smalltalk, any message can be sent to any object.  The
   recipient object itself decides (based on the message name,
   also called the "message selector") how to respond to the
   message.  Because of that, the multiple inheritance system
   included in the early versions of Smalltalk-80 appeared to be
   unused in practice.  All modern implementations have single
   inheritance, so each class can have at most one superclass.

   Early implementations were interpreted but all modern ones
   use dynamic translation (JIT).

   Early versions were Smalltalk-72, Smalltalk-74, Smalltalk-76
   (inheritance taken from Simula, and concurrency), and
   Smalltalk-78, Smalltalk-80.  Other versions include Little
   Smalltalk, Smalltalk/V, Kamin's interpreters.  Current
   versions are VisualWorks, Squeak, VisualAge, Dolphin
   Smalltalk, Object Studio, GNU Smalltalk.

   See also: International Smalltalk Association.

   <UIUC Smalltalk archive>.
   <FAQ>.

   Usenet newsgroup: <news:comp.lang.smalltalk>.

   ["The Smalltalk-76 Programming System Design and
   Implementation", D.H. Ingalls, 5th POPL, ACM 1978, pp. 9-16].

   (2001-09-11)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy