@DATABASE "Bibliography.guide"

@REMARK "$VER: Bibliography.guide 1.8 (24-Sep-2001) by James T. Steichen

@REMARK Written by Jim Steichen, Copyright (c) 2001.

@AUTHOR   Jim Steichen

@WIDTH 80
@WORDWRAP

@NODE "Main" "SmallTalk Bibliography:"

   This is a Bibliography of various books & papers on the Smalltalk
   programming language:
   
   @{" Books I've Read " LINK "MyBibliography"}   
   @{" Other Books     " LINK "OtherBooks"}   
   @{" Papers          " LINK "Papers"}   

@ENDNODE

@NODE MyBibliography "Bibliography:"

  This is a list of the books on Smalltalk that I actually own.
  It's only a partial list of books available on Smalltalk &
  Little Smalltalk:
  @{FG SHINE}  
  @{B}A Little Smalltalk@{UB} by Timothy Budd, Addison Wesley, 1987
  ISBN:  0-201-10698-1 @{FG TEXT}

  @{B}A Little Smalltalk@{UB} is essential to understanding how AmigaTalk
  works, since AmigaTalk is an implementation of Little Smalltalk (V1.0).
  
  @{B}Smalltalk-80, The Language@{UB} by Adele Goldberg & David Robson,
  Addison Wesley, 1989 (the @{B}@{I}Purple@{UI}@{UB} book)
  ISBN:  0-201-13688-0

  @{B}The Design Patterns Smalltalk Companion@{UB} by Sherman R. Alpert,
  Kyle Brown & Bobby Woolf, Addison-Wesley, 1998, ISBN:  0-201-18462-1
  
  @{B}Smalltalk, Objects & Design@{UB} by Chamond Liu,
  toExcel, 1996-2000, ISBN:  1-58348-490-6
  
  @{B}Smalltalk by Example - the Developer's Guide@{UB}
  by Alec Sharp, McGraw-Hill, 1997, ISBN:  0-07-913036-4
@ENDNODE


@NODE OtherBooks "Other Smalltalk books to find:"
  @{FG SHINE}
  Various books (in no particular order):@{FG TEXT}

  @{B}Smalltalk-80, The Language & its Implementation@{UB} 
  by Adele Goldberg & David Robson, (the @{B}@{I}Blue@{UI}@{UB} book).
  Addison Wesley, 1983
  @{FG SHINE}If you find a copy, send it to me! @{FG TEXT}
    
  @{B}Smalltalk-80, The Interactive Programming Environment@{UB}
  by Adele Goldberg & David Robson, (the @{B}@{I}Orange@{UI}@{UB} book).
  Addison Wesley, 1983

  @{B}Smalltalk Best Practice Patterns@{UB},
  by Kent Beck, Prentice Hall, 1997.

  @{B}Kent Beck's Guide to Better Smalltalk@{UB},
  by Kent Beck, Sigs Books, 1999.

  @{B}The CRC Card Book@{UB},
  by David Bellin and Susan Suchman Simone,
  Addison-Wesley, 1997.

  @{B}Smalltalk: Programmation orientée object et développement d'applications@{UB},
  by Xavier Briffault and Gérard Sabah,
  Eyrolles, 1996.

  @{B}Clos and Smalltalk: a comparaison@{UB},
  by Pierre Cointe, Object oriented Programming: the CLOS Perspective,
  MIT Press, 1992.

  @{B}Object-Oriented Programming with C++ and Smalltalk@{UB},
  by Caleb Drake, Prentice Hall, 1998.

  @{B}Smalltalk-80: Programmation par Objets@{UB},
  by Philippe Dugerdil, Presses Polytechniques et Universitaires Romandes,
  1991.

  @{B}Smalltalk: An Introduction to Application Development using Visualworks@{UB},
  by Trevor Hopkins and Bernard Horan, Prentice-Hall, 1995.

  @{B}The Smalltalk Developer's Guide to VisualWorks@{UB},
  by Tim Howard, SIGS Books, 1995.

  @{B}Smalltalk with Style@{UB},
  by Edward J. Klimas, Suzanne Skublics and David A. Thomas,
  Prentice-Hall, 1996.

  @{B}Discovering Smalltalk@{UB},
  by Wilf LaLonde, The Benjamin Cummings Publishing Co. Inc., 1994.

  @{B}Smalltalk in Brief@{UB}, by Kenneth A. Lambert and Martin Osborne, 
  PWS Publishing Company, 1997.

  @{B}The VisualAge for Smalltalk Primer@{UB},
  by Liwu Li, Cambridge University Press, 1998.

  @{B}Rapid Software Development with Smalltalk@{UB},
  by Mark Lorenz, SIGS Books, 1995.

  @{B}The Distributed Smalltalk Survival Guide@{UB},
  by Terry Montlick, Sigs, 1999.

  @{B}Mastering ENVY/Developer@{UB}, by Adrian Knight Joseph Pelrine, Alan Knight,
  Cambridge University Press, 2001.

  @{B}An Introduction to Object-Oriented Programming and Smalltalk@{UB},
  by Lewis J. Pinson and Richard S. Wiener, Addison-Wesley, 1988.

  @{B}Advanced Smalltalk@{UB}, by Jonathan Pletzke,
  Wiley Computer Publishing, 1996.

  @{B}Extension du compilateur Smalltalk: application à la paramétrisation de
  l'envoi de message@{UB}, by Fredèric Rivard, 1995.

  @{B}Practical Smalltalk@{UB}, by Dan Shafer and Dean A. Ritz, 
  Springer-Verlag, 1991.

  @{B}Smalltalk the Language@{UB}, by David N. Smith,
  Benjamin/Cummings Publishing, 1995.

  @{B}On to Smalltalk@{UB}, by Patrick Henry Winston, Addison-Wesley, 1998.
@ENDNODE

@NODE Papers "Papers on Smalltalk:"
  @{FG SHINE}
  Various papers (in no particular order):@{FG TEXT}

  @{B}A Smalltalk System for Algebraic Manipulation@{UB},
  by S. Kamal Abdali, Guy W. Cherry and Neil Soiffer,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices,
  November 1986, pp. 277-283.

  @{B}A Comparison of Four Object-Based Systems@{UB},
  by John K. Bennett, Technical Report,
  University of Washington, 1982, TR82-11-03.

  @{B}ChyPro: A Hypermedia Programming Environment for Smalltalk-80@{UB},
  by Maurice Amsellem,
  Proceedings ECOOP'95, W. Olthoff (Ed.), LNCS 952,
  Springer-Verlag, Aarhus, Denmark, August 1995, pp. 449-470.

  @{B}Hurricane: An Optimizing Compiler for Smalltalk@{UB},
  by Robert G. Atkinson,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices,
  November 1986, pp. 151-158, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Quicktalk: A Smalltalk-80 Dialect for Defining Primitive Methods@{UB},
  by Mark B. Ballard, David Maier and Allen Wirfs-Brock,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices,
  November 1986, pp. 140-150, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Object Database Systems: Functional Architecture@{UB},
  by Francois Bancilhon,
  Object Technologies for Advanced Software, First JSSST International
  Symposium, pp. 163-175, Springer-Verlag, November 1993.  abstract

  @{B}Prototyping a Real-Time Embedded System in Smalltalk@{UB},
  by Brian M. Barry,
  Proceedings OOPSLA '89, ACM SIGPLAN Notices,
  October 1989, pp. 255-266, Published as Proceedings OOPSLA '89, 
  ACM SIGPLAN Notices, volume 24, number 10.

  @{B}The Design and Implementation of Distributed Smalltalk@{UB},
  by John K. Bennett,
  Proceedings OOPSLA '87, ACM SIGPLAN Notices, December 1987,
  pp. 318-330, Published as Proceedings OOPSLA '87, 
  ACM SIGPLAN Notices, volume 22, number 12.

  @{B}Experience with Distributed Smalltalk@{UB},
  by John K. Bennett,
  Software - Practice and Experience, vol. 20, no. 2, 1990, pp. 157-180.

  @{B}Virtual Instruments: Object-Oriented Program Synthesis@{UB},
  by K.S. Bhaskar, J.K. Pecol and J.L. Beug,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices,
  November 1986, pp. 303-314, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}On Including Part Hierarchies in Object-Oriented Languages, with an
  Implementation in Smalltalk@{UB}, by Edwin Blake and Steve Cook,
  Proceedings ECOOP'87, J. Bézivin, J-M. Hullot, P. Cointe 
  and H. Lieberman (Eds.), LNCS 276, Springer-Verlag,
  Paris, France, June 15-17 1987, pp. 41-50.

  @{B}The Programming Language Aspects of ThingLab, a Constraint-Oriented
  Simulation Laboratory@{UB}, by Alan Borning,
  ACM TOPLAS, vol. 3, no. 4, October 1981, pp. 353-387.

  @{B}Multiple Inheritance in Smalltalk-80@{UB},
  by Alan H. Borning and Daniel H.H. Ingalls,
  Proceedings at the National Conference on AI,
  Pittsburgh, PA, 1982.

  @{B}A Type Declaration and Inference System for Smalltalk@{UB},
  by Alan H. Borning and Daniel H.H. Ingalls,
  Proceedings POPL '82, Albuquerque, NM, 1982.

  @{B}Deltatalk: An Empirically and Aesthetically Motivated Simplification of
  the Smalltalk-80 Language@{UB}, by Alan Borning and Tim O'Shea,
  Proceedings ECOOP'87, J. Bézivin, J-M. Hullot, P. Cointe 
  and H. Lieberman (Eds.), LNCS 276, Springer-Verlag,
  Paris, France, June 15-17 1987, pp. 1-10.

  @{B}Programming with Explicit Metaclasses in Smalltalk-80@{UB},
  by Jean-Pierre Briot and Pierre Cointe,
  Proceedings OOPSLA '89, ACM SIGPLAN Notices, October 1989,
  pp. 419-432, Published as Proceedings OOPSLA '89, 
  ACM SIGPLAN Notices, volume 24, number 10.

  @{B}Actalk: A Testbed for Classifying and Designing Actor Languages in the
  Smalltalk-80 Environment@{UB}, by Jean-Pierre Briot,
  Proceedings ECOOP'89, S. Cook (Ed.), Cambridge University Press,
  Nottingham, July 10-14 1989, pp. 109-129.  postscript

  @{B}A Third Generation Smalltalk-80 Implementation@{UB},
  by Patrick J. Caudill and Allen Wirfs-Brock,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices, November 1986,
  pp. 119-130, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Programming with Explicit Metaclasses in Smalltalk-80@{UB},
  by Jean-Pierre Briot and Pierre Cointe,
  Proceedings OOPSLA'89, October, pp. 419-432.

  @{B}Interfaces and Specifications for the Smalltalk-80 Collection Classes@{UB},
  by William R. Cook, Proceedings OOPSLA '92, ACM SIGPLAN Notices,
  October 1992, pp. 1-15, Published as Proceedings OOPSLA '92, 
  ACM SIGPLAN Notices, volume 27, number 10.

  @{B}Producer: A Tool for Translating Smalltalk-80 to Objective-C@{UB},
  by Brad J. Cox and Kurt J. Schmucker,
  Proceedings OOPSLA '87, ACM SIGPLAN Notices, December 1987,
  pp. 423-429, Published as Proceedings OOPSLA '87, ACM SIGPLAN Notices, 
  volume 22, number 12.

  @{B}A Diagram for Object-Oriented Programs@{UB},
  by Ward Cunningham and Kent Beck,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices,
  November 1986, pp. 361-367, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Design of a Distributed Object Manager for the Smalltalk-80 System@{UB},
  by Dominique Decouchant,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices,
  November 1986, pp. 444-452, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Virtual Hypertext Based on Paths and Warm Links@{UB},
  by Serge Demeyer, Technical Report, vub, June 1994.  abstract

  @{B}Ending the Tyranny of the Link: Adding Paths to the Dexter-model@{UB},
  by Serge Demeyer, Technical Report, vub, March 1995.  abstract

  @{B}Metrics, Do They Really Help?@{UB},
  by Serge Demeyer and Stéphane Ducasse,
  Proceedings LMO'99 (Languages et Modèles à Objets),
  Jacques Malenfant (Ed.), HERMES Science Publications, Paris,
  1999, pp. 69-82. abstract PDF

  @{B}Efficient Implementation of the Smalltalk-80 system@{UB},
  by L. Peter Deutsch and Allan M. Schiffman,
  Proceedings POPL '84, Salt Lake City, Utah, Jan. 15-18 1984.

  @{B}The Past, Present and Future of Smalltalk@{UB},
  by L. Peter Deutsch, Proceedings ECOOP'89,
  S. Cook (Ed.), Cambridge University Press,
  Nottingham, July 10-14 1989, pp. 73-87.

  @{B}Design Reuse and Frameworks in the Smalltalk-80 System Software
  Reusability@{UB}, by L. Peter Deutsch,
  ACM Press & Addison-Wesley, vol. II, Reading, Mass., 1989.

  @{B}A Study of the Allocation Behavior of the SPECjvm98 Java Benchmarks@{UB},
  by Sylvia Dieckmann and Urs Hoelzle, Proceedings ECOOP'99,
  R. Guerraoui (Ed.), LCNS 1628, Springer-Verlag,
  Lisbon, Portugal, June 1999, pp. 92-115. abstract

  @{B}Des techniques de contrôle de l'envoi de messages en Smalltalk@{UB},
  by Stéphane Ducasse, L'Objet, vol. 3, no. 4,
  1997, pp. 355-377. PDF

  @{B}Evaluating Message Passing Control Techniques in Smalltalk@{UB},
  by Stéphane Ducasse,
  Journal of Object-Oriented Programming (JOOP), vol. 12, no. 6,
  June 1999, pp. 39-44. PDF

  @{B}OpenSpaces: An Object-Oriented Framework For Reconfigurable Coordination
  Spaces@{UB},
  by Stéphane Ducasse, Thomas Hofmann and Oscar Nierstrasz,
  Coordination Languages and Models, António Porto 
  and Gruia-Catalin Roman (Eds.), LNCS 1906,
  Limassol, Cyprus, September 2000, pp. 1-19. abstract PDF

  @{B}An Object-Oriented Operating System Interface@{UB},
  by Juanita J. Ewing,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices, November 1986,
  pp. 46-56, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Reflective Facilities in Smalltalk-80@{UB},
  by Brian Foote and Ralph E. Johnson,
  Proceedings OOPSLA '89, ACM SIGPLAN Notices,
  October 1989, pp. 327-336, Published as Proceedings OOPSLA '89, 
  ACM SIGPLAN Notices, volume 24, number 10.

  @{B}A Module Mechanism for Constraints in Smalltalk@{UB},
  by Bjorn N. Freeman-Benson,
  Proceedings OOPSLA '89, ACM SIGPLAN Notices, October 1989,
  pp. 389-396, Published as Proceedings OOPSLA '89, 
  ACM SIGPLAN Notices, volume 24, number 10.

  @{B}Extending Object-Oriented Programming in Smalltalk@{UB},
  by I.P. Goldstein and Daniel G. Bobrow,
  Proceedings of the Lisp Conference, August 1980.

  @{B}Portia: AN Instance-Centered Environment for Smalltalk@{UB},
  by Eric Gold and Mary Beth Rosson,
  Proceedings OOPSLA '91, ACM SIGPLAN Notices, November 1991,
  pp. 62-74, Published as Proceedings OOPSLA '91, 
  ACM SIGPLAN Notices, volume 26, number 11.

  @{B}Type-Checking and Type-Inference for Object-Oriented Programming
  Languages@{UB},
  by Justin Graver, Ph.D. thesis, University of Illinois at Urbana-Champaign,
  August 1989.

  @{B}The Smalltalk-80 System@{UB},
  by The Xerox Learning Research Group,
  Byte, vol. 6, no. 8, August 1981, pp. 36-48.

  @{B}Back to the Future: The Story of Squeak, A Practical Smalltalk Written in
  Itself@{UB},
  by Dan Ingalls, Ted Kaehler, John Maloney, Scott Wallace and Alan Kay,
  Proceedings OOPSLA '97, ACM SIGPLAN Notices, vol. 21, no. 11,
  November 1997.

  @{B}Type-Checking Smalltalk@{UB}, by Ralph E. Johnson,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices,
  November 1986, pp. 315-321, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}TS: AN Optimizing Compiler for Smalltalk@{UB}, by Ralph Johnson,
  Proceedings OOPSLA '88, ACM SIGPLAN Notices,
  vol. 23, November 1988, pp. 18-26.

  @{B}Virtual Memory on a Narrow Machine for an Object-Oriented Language@{UB},
  by Ted Kaehler,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices, November 1986,
  pp. 87-106, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Machine Tongues VIII: the Design of a Smalltalk Music System@{UB},
  by G. Krasner, Computer Music Journal, vol. 4, no. 4, Winter 1980.

  @{B}Smalltalk-80: Bits of History, Words of Advice@{UB},
  by G. Krasner, Addison-Wesley, Reading, Mass., 1983.

  @{B}An Exemplar Based Smalltalk@{UB},
  by Wilf R. LaLonde, Dave A. Thomas and John R. Pugh,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices, November 1986,
  pp. 322-330, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Building a Backtracking Facility in Smalltalk Without Kernel Support@{UB},
  by Wilf R. LaLonde and Mark Van Gulik,
  Proceedings OOPSLA '88, ACM SIGPLAN Notices, November 1988,
  pp. 105-122, Published as Proceedings OOPSLA '88, 
  ACM SIGPLAN Notices, volume 23, number 11.

  @{B}Combining Metrics and Graphs for Object Oriented Reverse Engineering@{UB},
  by Michele Lanza, Masters thesis, University of Bern,
  October 1999. abstract PDF

  @{B}Swamp: A Fast Processor for Smalltalk-80@{UB},
  by David M. Lewis, David R. Galloway, Robert J. Francis 
  and Brian W. Thomson, Proceedings OOPSLA '86, ACM SIGPLAN Notices,
  November 1986, pp. 131-139, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Dynamic Extensibility in a Statically-compiled Object-oriented Language@{UB},
  by Jawahar Malhotra,
  Object Technologies for Advanced Software, First JSSST International
  Symposium, pp. 297 - 314, Springer-Verlag, November 1993. abstract

  @{B}INSIST: Interactive Simulation in Smalltalk@{UB},
  by Pieter S. van der Meulen,
  Proceedings OOPSLA '87, ACM SIGPLAN Notices, December 1987,
  pp. 366-376, Published as Proceedings OOPSLA '87, 
  ACM SIGPLAN Notices, volume 22, number 12.

  @{B}The Application Accelerator Illustration System@{UB},
  by Michael S. Miller, Howard Cunningham, Chan Lee and Steven R. Vegdahl,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices, November 1986,
  pp. 294-302, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Encapsulators: A New Software Paradigm in Smalltalk-80@{UB},
  by Geoffrey A. Pascoe,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices, November 1986,
  pp. 341-346, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Smalltalk on RISC: Architectural Investigations@{UB},'
  by David A. Patterson, Proceedings of CS292R, Univ. of California,
  Berkeley, April 1983.

  @{B}Object Oriented Spreadsheets: The Analytic Spreadsheet Package@{UB},
  by Kurt W. Piersol, Proceedings OOPSLA '86, ACM SIGPLAN Notices,
  November 1986, pp. 385-390, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Dynamic Type Inference to Support Object-Oriented Reengineering in
  Smalltalk@{UB}, by Pascal Rapicault, Mireille Blay-Fornarino, 
  Stéphane Ducasse and Anne-Marie Dery, 1998,
  Proceedings of the ECOOP'98 International Workshop Experiences in
  Object-Oriented Reengineering, abstract in Object-Oriented Technology
  (ECOOP'98 Workshop Reader forthcoming LNCS). postscript PDF

  @{B}Reflective Facilities in Smalltalk@{UB}, by Fred Rivard,
  Revue Informatik/Informatique, revue des organisations
  suisses d'informatique. Numéro 1 Février 1996, 1996.

  @{B}Smalltalk : a Reflective Language@{UB}, by Fred Rivard,
  Proceedings of REFLECTION'96, 1996, pp. 21-38.

  @{B}Smalltalk et Réflexivité@{UB}, by F. Rivard, Ph.D. thesis,
  Ecole des Mines de Nantes.

  @{B}Practical Analysis for Refactoring@{UB}, by Donald Bradley Roberts,
  Ph.D. thesis, University of Illinois, 1999.

  @{B}Active Programming Strategies in Reuse@{UB},
  by Mary Beth Rosson and John M. Carroll, Proceedings ECOOP'93,
  Oscar Nierstrasz (Ed.), LNCS 707, Springer-Verlag,
  Kaiserslautern, Germany, July 1993, pp. 4-20. abstract

  @{B}SOAR: Smalltalk Without Bytecodes@{UB}, 
  by A. Dain Samples, David Ungar and Paul Hilfinger,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices, November 1986,
  pp. 107-118, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}An Alternative to Subclassing@{UB}, by David Sandberg,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices, November 1986,
  pp. 424-428, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}The Implementation of a Distributed Smalltalk@{UB},
  by Marcel Schelvis and Eddy Bledoeg, Proceedings ECOOP'88,
  S. Gjessing and K. Nygaard (Eds.), LNCS 322,
  Springer-Verlag, Oslo, August 15-17 1988, pp. 212-232.

  @{B}Wide classes@{UB}, by Manuel Serrano, Proceedings ECOOP'99,
  R. Guerraoui (Ed.), LCNS 1628, Springer-Verlag,
  Lisbon, Portugal, June 1999, pp. 391-415. abstract

  @{B}Smalltalk Debugging Techniques@{UB}, by Roxie Rochat and Juanita Ewing,
  The Smalltalk Report, vol. 2, no. 9, 1993, pp. 18-23.

  @{B}An Event-Driven Model-View-Controller Framework for Smalltalk@{UB},
  by Yen-Ping Shan, Proceedings OOPSLA '89, ACM SIGPLAN Notices,
  October 1989, pp. 347-352, Published as Proceedings OOPSLA '89, 
  ACM SIGPLAN Notices, volume 24, number 10.

  @{B}MoDE: A UIMS for Smalltalk@{UB}, by Yen-Ping Shan,
  Proceedings OOPSLA/ECOOP'90, ACM SIGPLAN Notices, October 1990,
  pp. 258-268, Published as Proceedings OOPSLA/ECOOP'90, 
  ACM SIGPLAN Notices, volume 25, number 10.

  @{B}Configuring Stand-Alone Smalltalk-80 Applications@{UB}, by S. Sridhar,
  Proceedings OOPSLA '88, ACM SIGPLAN Notices, November 1988,
  pp. 95-104, Published as Proceedings OOPSLA '88, 
  ACM SIGPLAN Notices, volume 23, number 11.

  @{B}The Smalltalk Environment@{UB}, by L. Tesler,
  Byte, vol. 6, no. 8, August 1981.

  @{B}A Meta-model for Language-Independent Refactoring@{UB},
  by Sander Tichelaar, Stéphane Ducasse, Serge Demeyer and Oscar Nierstrasz,
  Proceedings ISPSE 2000, IEEE, 2000. abstract PDF

  @{B}Architecture of SOAR: Smalltalk on a RISC@{UB},
  by David Ungar, R. Blau, P. Foley, D. Samples and David A. Patterson,
  11th Annual Symposium on Computer Architecture, Ann Arbor, Michigan,
  June 4-7 1984.

  @{B}Moving Structures between Smalltalk Images@{UB}, by Steven R. Vegdahl,
  Proceedings OOPSLA '86, ACM SIGPLAN Notices, November 1986,
  pp. 466-471, Published as Proceedings OOPSLA '86, 
  ACM SIGPLAN Notices, volume 21, number 11.

  @{B}Strategies for Scientific Prototyping in Smalltalk@{UB},
  by Sandra S. Walther and Richard L. Peskin,
  Proceedings OOPSLA '89, ACM SIGPLAN Notices, October 1989,
  pp. 159-168, Published as Proceedings OOPSLA '89, 
  ACM SIGPLAN Notices, volume 24, number 10.

  @{B}The Lisa Computer System@{UB}, by Geoff Williams,
  Byte, vol. 8, no. 2, February 1983, pp. 33-50.

  @{B}An Overview of Modular Smalltalk@{UB},
  by Allen Wirfs-Brock and Brian Wilkerson,
  Proceedings OOPSLA '88, ACM SIGPLAN Notices, November 1988,
  pp. 123-134, Published as Proceedings OOPSLA '88, 
  ACM SIGPLAN Notices, volume 23, number 11.

  @{B}An Integrated Color Smalltalk-80 System@{UB},
  by Rebecca Wirfs-Brock,
  Proceedings OOPSLA '88, ACM SIGPLAN Notices, November 1988,
  pp. 71-82, Published as Proceedings OOPSLA '88, 
  ACM SIGPLAN Notices, volume 23, number 11.

  @{B}Semantics of Smalltalk-80@{UB}, by Mario Wolczko,
  Proceedings ECOOP'87, J. Bézivin, J-M. Hullot, P. Cointe 
  and H. Lieberman (Eds.), LNCS 276, Springer-Verlag,
  Paris, France, June 15-17 1987, pp. 108-120.

  @{B}Experimental Classification Facilities for Smalltalk@{UB},
  by Phillip M. Yelland,
  Proceedings OOPSLA '92, ACM SIGPLAN Notices, October 1992,
  pp. 235-246, Published as Proceedings OOPSLA '92, 
  ACM SIGPLAN Notices, volume 27, number 10.

@ENDNODE

