1 / 14

SMALLTALK Presented by Latasha Gibbs, Natasha Harrison, and Robert G. Lewis

Explore the history, features, and benefits of Smalltalk, a programming language focused on human-centric design. Compare with other languages and discover examples of its usage.

myraw
Download Presentation

SMALLTALK Presented by Latasha Gibbs, Natasha Harrison, and Robert G. Lewis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SMALLTALKPresentedbyLatasha Gibbs, Natasha Harrison, and Robert G. Lewis “Common languages are tools, Smalltalk is a piece of art.”

  2. History at a Glance…

  3. History • Smalltalk roots reach back to the early seventies when many ideas were first explored in the context of the Dynabook project at the Xerox Palo Alto Research Center. • Smalltalk was initially envisioned as a simple language suitable to be used by children who didn’t have any prior computer knowledge. • Developed by Alan Klay on October 1972.

  4. History • The first Smalltalk system contained 1000 lines of code which computed 3 + 4. • The next version of Smalltalk was called Smalltalk 72, which was implemented in assembly code. • Smalltalk 72 was used to teach object-oriented Programming (OOP) to high school students.

  5. History • From there came Smalltalk 74 and Smalltalk 76 - 80. • Newer version now have the capability to provide better graphics and information retrieved.

  6. “In essence, Smalltalk is a programming language focused on human beings rather than the computer.” - Alan Knight

  7. Comparison with other languages

  8. Language Comparisons

  9. Smalltalk ‘Hello, world’ printN1 Java public static void main (String []args) { System.out.println(“Hello World”); } Language Comparisons This is what a GUI representation would look like if you used CINCOM Smalltalk’s VisualWorks.

  10. Examples of Usage

  11. Examples of Usage l Pocket Smalltalktm IDE A free open source programming environment that lets developers write smalltalk applications for Palm Powered handhelds, and other small devices

  12. IBM VisualAge Smalltalk Enterprise V6.0 is now available. Allows programmers to create and deploy e-business applications. Includes XML Schema Support Smalltalk is well-supported by IBM and many other vendors. Smalltalk Future Focus

  13. Syntax is very similar to natural language Syntax pattern is always object then verb Three basic linguistic constructs ‘Hello World’ as Uppercase UNARY CASE 1+2 BINARY CASE ‘Hello World’ beginsWith: ‘Hello’ NAMED PARAMERTERS New Language Concepts

  14. Bibliography • http://www.whysmalltalk.com/quotes • http://www.ipa.net/~dwighth/smalltalk/byte_aug81/design-principles-behind-smalltalk.html • http://www.cs.rit.edu/~jsf7949/intro.html • http://www.pocketsmalltalk.com/

More Related