Search: in
Smalltalk
Smalltalk in Encyclopedia Encyclopedia
  Tutorials     Encyclopedia     Videos     Books     Software     DVDs  
       
Encyclopedia results for Smalltalk

Smalltalk





Encyclopedia results for Smalltalk

  1. Smalltalk

    About the programming language Small talk disambiguation Infobox programming language name Smalltalk logo File Smalltalk80book.jpg caption Smalltalk 80 The Language and its Implementation , a.k.a. the Blue ... Peter Deutsch and PARC company Xerox PARC latest release version Smalltalk 80 version 2 latest ... , GNU Smalltalk , VisualWorks , Dolphin Smalltalk , Smalltalk X , VA Smalltalk dialects influenced ... language Dart operating system Cross platform Cross platform multi platform wikibooks Smalltalk Smalltalk ... computer science reflective computer programming programming programming language language . Smalltalk ... EarlyHistoryST.html title The Early History of Smalltalk accessdate 2007 09 13 ref It was designed ... the 1970s. The language was first generally released as Smalltalk 80. Smalltalk like languages are in continuing active development, and have gathered loyal communities of users around them. ANSI Smalltalk was ratified in 1998 and represents the standard version of Smalltalk. ref http www.smalltalk.org versions ANSIStandardSmalltalk.html ref History There are a large number of Smalltalk variants ... 2007 09 13 ref The unqualified word Smalltalk is often used to indicate the Smalltalk 80 language, the first version to be made publicly available and created in 1980. Smalltalk was the product of research ... Smalltalk versions, which Dan Ingalls implemented. The first version, known as Smalltalk 71, was created ... actually used for research work is now known as Smalltalk 72 and influenced the development of the Actor model . Its Actor model Smalltalk syntax and execution model were very different from modern Smalltalk ... performance by adopting a Simula like class inheritance model of execution , Smalltalk 76 was created ... library code browser editor. Smalltalk 80 added metaclass es, to help maintain the everything ... different ways of creating instances . Smalltalk 80 was the first language variant made available outside of PARC, first as Smalltalk 80 Version 1, given to a small number of firms Hewlett Packard , Apple ...   more details



  1. Pocket Smalltalk

    Pocket Smalltalk is a Smalltalk environment that runs in Microsoft Microsoft Windows Windows and cross compiler cross compiles on the Palm Pilot platform. The resulting executables are usable on the Palm 3.5 platform and up. See also Palm PDA Palm Smalltalk Visual Palmtalk External links http www.pocketsmalltalk.com Pocket Smalltalk Home Page Category Smalltalk programming language family computer stub ...   more details



  1. Little Smalltalk

    Little Smalltalk is a non standard dialect of the Smalltalk programming language invented by Timothy Budd . It was originally described in the book A Little Smalltalk , Timothy Budd, Addison Wesley , 1987, ISBN 0 201 10698 1. The Little Smalltalk system was the first Smalltalk interpreter produced outside of Xerox PARC . Although it lacked many of the features of the original Smalltalk 80 system, it helped popularize the ideas of object oriented programming , virtual machine s, and bytecode interpreter computing interpreters . Timothy Budd later rewrote Little Smalltalk in Java programming language Java , and distributes it as the SmallWorld system. The original releases are under a variety of licenses. They are now maintained by Danny Reinhold via the Little Smalltalk project. Recently work on a new major version has begun. This differs from earlier releases by providing support for graphical applications, a foreign function interface, and numerous integrated tools. Licenses, copyright Version 1 Must attribute original source and keep copyright notice in source files Version 2 Public Domain Version 3 Public Domain Version 4 Free for non commercial use Version 5 Released under an MIT style license External links official http www.littlesmalltalk.org http web.engr.oregonstate.edu budd SmallWorld ReadMe.html SmallWorld http stephane.ducasse.free.fr FreeBooks.html A Little Smalltalk and other Smalltalk related books Category Class based programming languages Category Dynamically typed programming languages Category Smalltalk programming language family ...   more details



  1. Dolphin Smalltalk

    Refimprove date May 2008 Infobox Software name Dolphin Smalltalk logo Image DolphinSmalltalkBeachBall.png screenshot caption Dolphin Smalltalk X6 developer Object Arts latest release version 6.02a latest release date November 1, 2006 operating system Microsoft Windows Windows genre Programming language license Royalty free Product key License per seat website http www.object arts.com http www.object arts.com Dolphin Smalltalk , or Dolphin for short , is an implementation of the Smalltalk programming language by Object Arts , targeted at the Microsoft Windows platform. The last major release was Dolphin Smalltalk X6, which comes in two versions Community Edition free Professional edition commercial currently in version 6.02 Dolphin is notable for its integrated development environment. The toolset of this Smalltalk dialect include an integrated refactoring browser, a package browser and a WYSIWYG view composer . Dolphin Smalltalk deviates from the convention of the Smalltalk MVC framework with a model presenter view framework. The free community version may be one of the richest free programming environments for the Windows operating system because of the nature of the tutorials and sample applications and the rich class libraries. Other Smalltalk dialects for Windows include Smalltalk MT and the Smalltalk dialects from Cincom . Code refactoring seealso Code refactoring Full integration ... browsing environment as an alternative to a conventional Smalltalk class hierarchy browser. IdeaSpace ... source code manager that was available for some other commercial Smalltalk dialects. See also Smalltalk External links http www.object arts.com Object Arts website http www.idb.me.uk Dolphin Smalltalk links http www.webring.com t Dolphin Smalltalk?sid 1 Dolphin Smalltalk WebRing http www.amazon.com Dolphin Smalltalk Companion CD ROM Bracht dp 0201737930 Dolphin Smalltalk book http www.bitwisemag.com copy programming smalltalk dolphintutorial.html article on Dolphin Smalltalk Category Smalltalk programming ...   more details



  1. Smalltalk MT

    Smalltalk MT is an implementation of the Smalltalk programming language created in 1994 by Tarik Kerroum to deal with some of the shortcomings of Smalltalk 80 style of implementations. Smalltalk MT adopts a different approach in that the Smalltalk source is compiler compiled to machine code before being executed. This allows the developer the freedom of working with compiled code without the need for the traditional compile link run cycle. This is like a specialized form of incremental or dynamic compilation . Smalltalk MT directly interfaces to Dynamic link library DLL s in exactly the same manner as C programming language C which allows DLL calls to be tested directly in a Workspace, which allows a scripting style of approach to accessing any DLL based code. For example, one could write in a Workspace the following a abc . WINAPI strrev a. a inspect. The WINAPI call directly calls the DLL function strrev natively passing parameters from the Smalltalk environment to the C environment and back. Smalltalk MT has a close integration with COM objects and fully compiled COM components can be created that operate in exactly the same way as C C COM objects. In 1998 David Anderson teamed up with Tarik Kerroum to advance Smalltalk MT into the high performance and graphics areas. External links http www.objectconnect.com http www.genify.com Category Smalltalk programming language family Compu lang stub ...   more details



  1. Amber Smalltalk

    Amber Smalltalk , formerly known as Jtalk, is an implementation of the Smalltalk 80 language that runs on the JavaScript runtime of a web browser. It is designed to enable client side development using the Smalltalk programming language. ref http www.world.st implementations Smalltalk Implementations brief comparative summaries describing Smalltalk dialects ref Amber includes an integrated development environment with a class browser, workspace, transcript, object inspector and debugger. Amber is written in itself, including the parser and compiler, and compiles into JavaScript, mapping one to one with the JavaScript equivalent. Amber was created by Nicolas Petton . ref name InfoQ Shuster 2011 08 22 cite news last Schuster first Werner date August 22, 2011 title Smalltalk IDEs Come to the Browser Jtalk, tODE, Lively Kernel 2.0 url http www.infoq.com news 2011 08 smalltalk in browser accessdate October 20, 2011 ref Amber was influenced by an earlier Smalltalk in browser project, called Clamato , created by Avi Bryant . ref name InfoQ Shuster 2011 08 22 ref name Clamato cite web title Clamato url http clamato.net Home page for the Clamato Smalltalk project ref Both Amber and Clamato use PetitParser, a Smalltalk Parsing Expression Grammar PEG library written by Lukas Renggli . ref name InfoQ Shuster 2011 08 22 Both Clamato and Amber were influenced by earlier work by Dan Ingalls in developing the Lively Kernel implementation of Smalltalk in the web browser using JavaScript. ref name ... ingalls smalltalk title Dan Ingalls on the History of Smalltalk and the Lively Kernel date June ... http amber lang.net amber lang.net The Amber Smalltalk project s official site http nicolas petton.fr presentations esug2011 Jtalk, the Smalltalk for Web developers Nicolas Petton, slides presented at ESUG 2011 European Smalltalk User Group Conference . Edinburgh, Scotland, UK. August, 2011 https github.com NicolasPetton amber Amber Smalltalk project GitHub page Category Smalltalk programming ...   more details



  1. GNU Smalltalk

    Infobox Software name GNU Smalltalk logo Image GNU Smalltalk logo.svg 220px screenshot caption latest ... General Public License LGPL website http smalltalk.gnu.org http smalltalk.gnu.org GNU Smalltalk is an implementation of the Smalltalk programming language by the GNU Project . The implementation, unlike other Smalltalk environments, uses text files for program input and interprets the contents as Smalltalk code. In this way, GNU Smalltalk acts more like an interpreter rather than an environment in the traditional Smalltalk manner. GNU Smalltalk includes language binding binding s for many ... . Examples These examples only work on GNU Smalltalk 3.0 and later versions. Classic Hello world example source lang smalltalk Hello World displayNl source Some basic Smalltalk code source lang smalltalk ... Constructing and using an Array data type array source lang smalltalk a 1 hi 3.14 1 2 4 5 ... table hash source lang smalltalk hash Dictionary from water wet . fire hot . hash at fire Prints ... science closure source lang smalltalk remember a block. remember name Hello, 1 name displayNl . When ... source lang smalltalk 10 ifEven n n 2 ifOdd n n 3 1 5 source Iterating over enumerations and arrays using blocks source lang smalltalk array 1 hi 3.14 array do item item displayNl 1 hi 3.14 3 to 6 ... lang smalltalk 1 3 5 inject 10 into sum element sum element 19 source On the first pass, the block ..., to finally return 19. Blocks work with many built in methods source lang smalltalk File name file.txt ... to square the numbers 1 to 10 source lang smalltalk 1 to 10 collect x x squared 1, 4, 9, 16, 25 ... by overriding code printOn code . source lang smalltalk Magnitude subclass Person name age Person ... wrappers for the actual exception raising method, code signal code source lang smalltalk Error ... lang smalltalk something to do on Exception do ex handle exception in ex source Of course you can catch only particular exceptions and their subclasses source lang smalltalk something to do on Warning ...   more details



  1. Smalltalk YX

    Infobox Software name Smalltalk YX Syx logo Image Syx.png Smalltalk YX icon 48px screenshot Deleted image removed Image Syx 0.1.png 250px paradigm object oriented programming Object oriented year 2007 caption Screenshot of Syx developer Luca Bruno released initial release 2007 07 02 frequently updated no latest release version 0.1.7 latest release date release date mf yes 2008 06 07 typing Dynamic duck typing operating system Cross platform genre Programming language license MIT License website url http syx.berlios.de Smalltalk YX Syx is an open source programming language . It s an implementation of the Smalltalk 80 standard. Syx is written in the C programming language C programming language and has the following purposes Readable code Flexibility through easy creation of plug in computing plugins Highly Portable software portable Optimization computer science Optimized Modern Embeddable in C programs Easy to use, powerful and well structured environment Small Availability One of the goals of Smalltalk YX is to be very portable and to have the image be compatible to all kind of systems. Currently tested platforms include Microsoft Windows Windows 98 , Windows XP , Windows Vista Windows CE Pocket PC , Smartphone Unix like FreeBSD 6.1 Linux Arch Linux 2007.08 2 Debian GNU Linux x64 Foresight Linux 1.4.1 Gentoo Linux Gentoo Linux x86 , x64 Linux From Scratch 64 bit Slackware Linux 12.0 Mac OS X PowerPC , x86 Solaris operating system Solaris 2.10 and 11 SPARC , x86 64 See also Alphabetical list of programming languages Comparison of programming languages Smalltalk Scripting language External links official http syx.berlios.de http www.smalltalk.org Smalltalk.org http www.clubsmalltalk.org web index.php?option com content&view article&id 107 luca bruno the creator of smalltalk ..., creator of Smalltalk YX Category Class based programming languages Category Object oriented programming ... Smalltalk programming language family Category Visual programming languages Category Unix programming ...   more details



  1. Visual Smalltalk Enterprise

    Visual Smalltalk Enterprise VSE is a Smalltalk dialect that runs only on Microsoft Windows, and is the last in a long line of Smalltalk implementations first produced by Digitalk and now available through Cincom. VSE is now only available as a version called VSE 2000, and only to licensed users of previous VSE versions. History VSE has had a complicated history which starts with a product called Digitalk Smalltalk V that ran from a DOS prompt and provided a windowing environment. Smalltalk V Smalltalk V 286 Smalltalk V PM Smalltalk V Win Visual Smalltalk Enterprise VSE In reality, before Smalltalk V, there was a product, the first one from Digitalk, named Methods. The windowing interface was not graphically based instead it drew its windows using special symbols stored in a character format. Further, it predated the use of a mouse to drive the interface. There are also been versions of Smalltalk .... PARTS Workbench Visual Smalltalk Enterprise usually comes with another sub system called the PARTS ... nested components. They can also enhance the functionality of the main VSE Smalltalk system and use ... of Digitalk and co creator of Smalltalk V. Inventor of Ephemeron s. Worked later on the garbage collector in the Microsoft .Net. Jim Anderson Co founder of Digitalk and co creator of Smalltalk V. Mike Teng Co founder of Digitalk and co creator of Smalltalk V. Barbara Noparstak Co founder of Digitalk. Lee Breisacher Early employee of Digitalk and significant contributor to Smalltalk V Win and PM and VSE ... Smalltalk experience.html . Suzanne Fortman Digitalk Marketing. Came back to Cincom as Smalltalk ... company staff.html Tim Rowledge Worked on a lot of Smalltalk Stuff at ParcPlace Systems Inc. Now ... Apr. 2005 http f.webring.com t Smalltalk Smalltalk web ring Smalltalk products and services. http vse wiki.apis.de Welcome to the VSE Visual Smalltalk Enterprise wiki http www.smalltalking.net Goodies ... Category Smalltalk programming language family ...   more details



  1. Visual Palmtalk

    notability date April 2008 Visual PalmTalk is a free, open source Smalltalk IDE aimed at creating applications for devices running PalmOS 3.5 and higher. It is based on Pocket Smalltalk with some enhancements and modifications. See also Palm PDA Palm Pocket Smalltalk Smalltalk External links http www.visualpalmtalk.com The Visual PalmTalk web site dead date February 2012 programming software stub Category Free integrated development environments Category Smalltalk programming language family ...   more details



  1. SYX

    SYX may stand for the International Air Transport Association airport code IATA of Sanya Phoenix International Airport Skyway Airlines , airline code Smalltalk YX , an open source implementation of the Smalltalk 80 programming language disambig de SYX fr SYX ...   more details



  1. SUnit

    SUnit is a unit testing framework for the programming language Smalltalk . It is the original source of the xUnit design, originally written by the creator of Extreme Programming , Kent Beck . SUnit allows writing tests and checking results in Smalltalk. The resulting tests are very stable, but this method has the disadvantage that testers must be able to write simple Smalltalk programs. History Originally published as chapter 30 Simple Smalltalk Testing , in the book Kent Beck s Guide to Better Smalltalk by Kent Beck , Donald G. Firesmith Editor Publisher Cambridge University Press, Pub. Date December 1998, ISBN 9780521644372, 408pp External links official website http sunit.sourceforge.net Camp Smalltalk http c2.com cgi wiki?SmalltalkUnit Sunit Ward Cunningham s Wiki http www.xprogramming.com testfram.htm Kent Beck s original SUnit paper Category Extreme programming Category Unit testing frameworks Category Unit testing compu prog stub ...   more details



  1. VistaSmalltalk

    Vista. http www.refactory.com Software SharpSmalltalk SharpSmalltalk known as Smalltalk. http ... Cincom Smalltalk .NET Plans Cincom Smalltalk and .NET. References http weeklysqueak.wordpress.com 2006 11 21 extra gemstone goes seaside Gemstone plans for continuations. Category Smalltalk ...   more details



  1. OOPSTAD

    Unreferenced stub auto yes date December 2009 Orphan date December 2009 OOPSTAD was the Object Oriented Programming For Smalltalk Application Developers Association. It published the periodical HOOPLA DEFAULTSORT Oopstad Category Object oriented programming Compu stub ...   more details



  1. StepTalk

    Unreferenced date March 2011 StepTalk is the official GNUstep Scripting language scripting framework that represents separate scriptable servers or applications as a single object environment. It is meant to be independent of the programming language used its default language is Smalltalk on top of the Objective C runtime. StepTalk was ported to Mac OS X . Introduction The goal of StepTalk is to provide an environment for gluing applications together and to provide a framework for communication between users and objects in the applications. Other major goals are simple and quick extensions of applications or tools batch processing of objects in applications or tools fast prototyping of applications or new application features play and tune a concept online The default scripting language in StepTalk is Smalltalk. This is because Smalltalk is a very simple language and is easy to learn. There are just a few basic principles that the user has to know to be able to use the language and it is close to the natural language. Smalltalk uses a similar approach to that of Objective C, the language used in GNUstep itself. Platforms StepTalk works on any platform that GNUstep works on. Ports to native Mac OS X Cocoa API Cocoa framework are being developed by various contributors. See also AppleScript Object oriented programming External links Official website http www.gnustep.org experience StepTalk.html Category Scripting languages Category Smalltalk programming language family Category Dynamically typed programming languages Category GNUstep de StepTalk ...   more details



  1. Diana Merry

    Diana Merry Shapiro was a computer programmer for the Learning Research Group of Xerox PARC in the 1970s and 1980s, after having originally been hired as a secretary. ref citation title Designing Interactions first Bill last Moggridge contribution The Mouse and the Desktop Interviews with Doug Engelbart, Stu Card, Tim Mott, and Larry Tesler page 69 url http www.designinginteractions.com downloads DesigningInteractions 1.pdf publisher MIT Press year 2006 isbn 9780262134743 . ref As one of the original developers of the Smalltalk programming language, she wrote the first system for overlapping Window computing display windows . ref citation title The Early History Of Smalltalk first Alan last Kay authorlink Alan Kay contribution IV. 1972 76 The first real Smalltalk 72 , its birth, applications, and improvements url http www.smalltalk.org smalltalk TheEarlyHistoryOfSmalltalk IV.html year 1993 . ref Merry was also one of the co inventors of the BitBLT bit block transfer routines for Smalltalk, ref citation url http bitsavers.org pdf xerox alto BitBLT Nov1975.pdf title Bit BLT series Xerox Inter Office Memorandum date November 19, 1975 first Dan last Ingalls authorlink Dan Ingalls . ref ref cite doi 10.1145 357306.357308 ref subroutines for performing computer graphics operations quickly which were pivotal in the evolution of user interface s from Text based computing text based computing to graphical user interface s. As of 2003, Merry Shapiro was still using Smalltalk as an employee of Suite LLC, a financial consulting firm. ref citation title Smalltalk Gets Developers Talking Interest in decades old programming language grows as developers use it for Web applications journal InformationWeek url http www.informationweek.com news software development showArticle.jhtml?articleID 9400315 first Charles last Babcock date April 28, 2003 . ref References reflist Persondata Metadata see Wikipedia Persondata . NAME Merry, Diana ALTERNATIVE NAMES SHORT DESCRIPTION DATE OF BIRTH ...   more details



  1. IBM VisualAge

    Smalltalk and IBM have stated that XL C is the follow on product to VisualAge. ref Cite ... of Smalltalk for IBM PC AT class machines allowed IBM advanced technology projects to experiment with Smalltalk ... screens. Smalltalk research projects such as InterCons by David N. Smith of IBM , and Fabrik software ... articles 2008 10 15 will it go round in circles IBM, Smalltalk and VisualAge ref within the Smalltalk V development environment. By the time VisualAge was released as a product, much more ... was in part due to the positioning for strategic reasons of Smalltalk as a generator rather ... Smalltalk the name VisualAge became a brand of its own and VisualAges were produced for several ... programming language Java Pacbase PL I IBM RPG Transaction Processing Facility TPF Smalltalk Platforms ... named OS 390 , MVS z VSE Evolution Most of the members of the VisualAge family were written in Smalltalk no matter which language they supported for development. The IBM implementation of Smalltalk ... for Java was based on an extended Smalltalk virtual machine which executed both Smalltalk and Java byte code s. Java natives were actually implemented in Smalltalk. VisualAge Micro Edition, which supported .... As of 2009, the original VisualAge product continues to be promoted by IBM as VisualAge Smalltalk . ref Cite web title Product Overview url http www.ibm.com software ad smalltalk publisher IBM accessdate May 19, 2009 ref In 2005, Smalltalk specialist Instantiations, Inc. ref http www.instantiations.com company ibm transition.html VisualAge Smalltalk Transition FAQ ref acquired a worldwide license to VisualAge Smalltalk, and offers an enhanced product VA Smalltalk. ref Cite web url http www.instantiations.com products vasmalltalk index.html title Smalltalk Products Home publisher Instantiations ... Smalltalk IBM Corp., IBM, 1994 . IBM VisualAge printed paper bound retail hardboard box . . IBM Corp ... Corp., IBM, Spring 1995 . Smalltalk resource catalogue . . IBM Corp. 96 pages Product Number G325 0813 ...   more details



  1. Strongtalk

    Strongtalk is a Smalltalk environment with optional static typing support. Strongtalk can make some compile time checks, and offer stronger type safety guarantees this is the source of its name. It is non commercial, though it was originally a commercial project developed by a small start up company called Animorphic . History Dave Griswold wanted to use Smalltalk more extensively, but the existing implementations weren t sufficient for his needs. He wanted to improve the performance, add type checking, and use native GUI widget UI widgets . ref http www.strongtalk.org history.html Strongtalk history ref His efforts resulted in the 1993 paper he co authored with Gilad Bracha . ref cite journal author Gilad Bracha and David Griswold title Strongtalk Typechecking Smalltalk in a Production Environment journal Proceedings of the OOPSLA 93 Conference on Object oriented Programming Systems, Languages and Applications pages 215 230 year 1993 url http citeseer.ist.psu.edu bracha93strongtalk.html ref This version was based on adding type checking to the ParcPlace Systems implementation of Smalltalk an implementation that started from scratch would gain a better typing system. He became interested in the improvements that the Self programming language Self team had achieved, and envisioned the same techniques used to improve Smalltalk. Urs Hoelzle Urs H lzle , who worked on the powerful Self compiler, spoke with Griswold about implementing the same type feedback in a Smalltalk compiler. Griswold, H lzle, Lars Bak computer programmer Lars Bak and others formed a small company LongView ... machine, ref cite web url http www.strongtalk.org title Strongtalk A High Performance Open Source Smalltalk ... in 2006. Strongtalk is touted as the fastest implementation of Smalltalk . ref http www.strongtalk.org ... www.strongtalk.org www.strongtalk.org http www.smalltalk.org versions StrongSmalltalk.html Strong Smalltalk ... based programming languages Category Dynamically typed programming languages Category Smalltalk programming ...   more details



  1. Span (programming language)

    Orphan date February 2009 Span is a programming language targeting the Parrot virtual machine . Its syntax is meant to be very similar to C programming language C , but its philosophy is Smalltalk like, and it uses Smalltalk style message syntax. Almost all of Span s library visible to the user is written in Span itself. Span is dynamically typed. The hello world program in Span is class Hello static public main args Console Hello World n Span uses blocks ala Smalltalk for all flow control constructs except definition. For example, for this pseudocode fragment if x y print yes else print no Span would write x y ifTrue Console yes ifFalse Console no Span is currently in very early stages of development. External links http homepage.mac.com matt.kennedy Span Span homepage Category Object oriented programming languages compu lang stub ...   more details



  1. Objectworks

    Multiple issues unreferenced December 2008 orphan February 2009 notability December 2008 Objectworks is an object oriented programming object oriented development environment developed by Parc Place Systems ParcPlace , available under Smalltalk and C . FOLDOC Category Integrated development environments Compu lang stub ...   more details



  1. Small talk (disambiguation)

    wiktionary Smalltalk small talk Small talk is informal type of conversation. Small talk , Small Talk , or Smalltalk may also refer to Smalltalk , a computer programming language Film and television Small Talk film Small Talk film , a 1929 Our Gang short comedy film Chhoti Si Baat or Small Talk , a 1975 Hindi romantic comedy film Small Talk UK game show Small Talk UK game show , British TV series hosted by Ronnie Corbett Small Talk US game show Small Talk US game show , American TV series hosted by Wil Shriner Music Small Talk Sly and the Family Stone album Small Talk Sly and the Family Stone album , 1974 Small Talk Twenty Twenty album Small Talk Twenty Twenty album , 2011 Small Talk , a song from the 1954 musical The Pajama Game Small Talk , a song by Scritti Politti from the 1985 album Cupid & Psyche 85 Small Talk , a song by Roxette from the 1991 album Joyride Roxette album Joyride Small Talk , a song by Saving Aimee from the 2009 album We re the Good Guys disambiguation de Smalltalk ...   more details



  1. Gemstone (database)

    billing system running on Smalltalk for 10 years ref even though many computing industry business ... in Smalltalk has occurred as a result of its use to generate Javascript for e commerce web pages ... Gemstone Smalltalk ...   more details



  1. Class browser

    for inspection or modification. Most succeeding object oriented languages differed from Smalltalk ... integrated into a monolithic system like the early Smalltalk environments. Nevertheless, the concept ..., including Apple Computer Apple Xcode for Mac OS X Cincom Systems Cincom Smalltalk CodeWarrior ... NetBeans Red Gate Software Red Gate .NET Reflector Squeak Squeak Smalltalk Step Ahead Javelin ... browsers, and the diagram browsers. Columnar browsers Continuing the Smalltalk tradition, columnar ... number of text editor commands. Logic browsers An early add on for Digitalk Smalltalk was a logic ... Smalltalk Open Unification Language with LiCor, or library for code reasoning for Squeak and VisualWorks Smalltalk. A logic browser provides an interface to Prolog implemented in Smalltalk Lisp programming language Lisp engines have often been implemented in Smalltalk . A comparable browser can be found ... of Smalltalk and Prolog emerging in the same time frame but with very little cross fertilization ... based versions One variant of the Seaside software Seaside web framework in Smalltalk permits a class ... effect in the running web application. In the case of Vistascript Vista Smalltalk for Microsoft Internet ...   more details



  1. Fabrik (software)

    Fabrik is a Visual programming language visual Computer programming programming integrated development environment implemented in Smalltalk and designed at Apple Computer by Dan Ingalls , Scott Wallace, Yu Ying Chow , Frank Ludolph , Ken Doyle and others during the mid 1980s. It consists of a kit of computational and Graphical user interface graphic user interface components that can be wired together to build new components and useful Application software application s. External links http web.archive.org web 20070927190552 http users.ipa.net dwighth smalltalk Fabrik Fabrik.html Fabrik A Visual Programming Environment Squeak 1227 Fabrik History Squeak 1175 Fabrik Fabrik entry from the Squeak Squeak Swiki prog lang stub Category Visual programming languages ...   more details



  1. Bistro (programming language)

    Infobox programming language name Bistro logo paradigm Object oriented programming object oriented generation 3GL year 1999 designer developer latest release version 3.5 latest release date 21 April 2002 typing dynamic typing dynamic , Reflection computer science reflective implementations dialects influenced by Java programming language Java , Smalltalk influenced The Bistro programming language is object oriented , dynamic typing dynamically typed , and Reflection computer science reflective . It is intended to integrate features of Smalltalk and Java programming language Java , running as a variant of Smalltalk that runs atop any Java virtual machine conforming to Sun Microsystems Java specification. There were no new developments with Bistro since 2002 ref name Official Homepage http bistro.sourceforge.net Official project page at SourceForge ref . Bistro duplicates the vast majority of the syntax and API for Smalltalk , and introduces the package and import concepts from Java. Operator overloading Overloaded operator s are available for certain operators and are not available overloaded operators. The syntax for declaring a class s package and import clauses are package my.package.subpackage import my.package.MyClass import my.package. One notable exclusion is the ability to import static methods from other classes. References references Category Class based programming languages Category Dynamically typed programming languages Category Java programming language family Category Object oriented programming languages Category Scripting languages Category Smalltalk programming language family compu lang stub fr Bistro langage de programmation pt Bistro linguagem de programa o ...   more details




Articles 1 - 25 of 524          Next


Search   in  
Search for Smalltalk in Tutorials
Search for Smalltalk in Encyclopedia
Search for Smalltalk in Videos
Search for Smalltalk in Books
Search for Smalltalk in Software
Search for Smalltalk in DVDs
Search for Smalltalk in Store


Advertisement




Smalltalk in Encyclopedia
Smalltalk top Smalltalk

Home - Add TutorGig to Your Site - Disclaimer

©2011-2013 TutorGig.info All Rights Reserved. Privacy Statement