Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Bibliography
Last updated at 3:47 am UTC on 1 November 2023
This is a bibliography page for papers and articles about Smalltalk and Squeak.

refactorMe All these books should probably be categorized in the Documentation index. Also, all the book pages should probably be merged
updateMe Some of these links are dead
For books, see: Smalltalk-80, Smalltalk & Squeak books, and Free Smalltalk Books

Articles published by BYTE

  External Image

The entire Byte Aug 81 issue on Smalltalk is available online!

A Report on Interpreted Programming Languages by Xiaoli Zhang & Helen Wong
http://www.cs.colorado.edu/~zorn/cs5535/Fall-1996/projects96/zhangx-interpret.html

FredRivard:

FranciosPachet offers the following knowledge representation systems implemented in Smalltalk. Code and papers at http://www-laforia.ibp.fr/~fdp/

Bytesmiths Smalltalk Publications: articles from The Smalltalk Report at http://www.bytesmiths.com/pubs/

Smalltalk language extensions


Smalltalk history. Interesting papers and sites


Miscellaneous

Ivan Sutherland's Sketchpad The 1963 thesis that kicked off interactive graphics, etc.
http://www.accad.ohio-state.edu/~waynec/history/PDFs/UCAM-CL-TR-574.pdf

S P A C E W A R Fanatic Life and Symbolic Death Among the Computer Bums by Stewart Brand http://www.wheels.org/spacewar/stone/rolling_stone.html
This is the famous "Rolling Stone" article about Xerox PARC from 1972

The Xerox "Star": A Retrospective
http://www.geocities.com/SiliconValley/Office/7101/retrospect/index.html

Alan Kay: The Computer Revolution Hasn't Happened Yet!
http://www.educause.edu/conference/e98/webcast98.html

Alan Kay: Software Design, the Future of Programming and the Art of Learning
Educom Review March/April 99
http://www.educause.edu/ir/library/html/erm99027.html
https://web.archive.org/web/20000520012902/http://el.www.media.mit.edu/groups/el/events/love-too.html

Wired brings together two legendary minds: Alan Kay and Danny Hillis.
http://www.wired.com/wired/archive/2.01/kay.hillis_pr.html

Revealing the Elephant: The Use and Misuse of Computers in Education
http://tolearn.net/marketing/kay1.htm

Alan Kay: Powerful Ideas Need Love Too!
http://el.www.media.mit.edu/groups/el/events/love-too.html DEAD LINK Dec 03: would really like to find this paper

The Way We Were
http://www.syllabus.com/archive/PreSyll/Syllabus_Issue_24-_September_1992_Distance_Education/The_Way_We_Were.txt

A bicycle for the mind
http://cispom.idbsu.edu/is120erickson/webdoc/kay.htm

A 1988 paper by Andreas G?(then at University of Dortmund) on implementing message sends with access control between distributed Smalltalk systems: http://www.heeg.de/~georg/guendel.htm Yes, we've been doing this kind of stuff long before Java was even thought of...

A 1998 article in Wired magazine about Squeak, including discussion with Alan Kay, Dan Ingalls, Tim Rowledge, and Mark Guzdial. http://www.wired.com/news/technology/0,1282,16833,00.html

Smalltalk Bibliographies


Brian Foote, Ralph Johnson; Reflective Facilities in Smalltalk-80 (OOPSLA '89) http://laputa.isdn.uiuc.edu/ref89/ref89.html

Most of Stephen Travis Pope's papers on the DoubleTalk

Simula and Smalltalk: A Social and Political History http://www.cebollita.org/dugan/history.html

[I find this paper to be a bogus politicial interpretation of history from afar. Sort of like a Marxist interpretation of a college football game. Don't waste your time. –Ted Kaehler] Funny how wrong some people can be. This paper is a well-needed ballon-pricking, and everyone who seriously considers programming should read it. (Tim Rowledge says - I found it modest in aims and modest in achievement; hardly sharp enough to prick any balloons...)


Information of interest and possible value to the future development of Squeak toward the blue plane (Blue plane defined: Squeak's Place in the Universe). This can include websites, papers, articles, books, research topics, random thoughts.

Books


Matthew Fuchs, PhD., now works for Walt Disney Imagineering in the Virtual Reality Lab. Of special interest is his approach to GUI design and programming using a continuation passing style ("contexts" in Smalltalk) to avoid fragmenting programs and logic flow caused by normal event oriented GUI programming. Escaping the event loop: an alternative control structure for multi-threaded GUIs http://cs.nyu.edu/phd_students/fuchs

Reflection Metaobject Protocols.


Aspect-Oriented Programming

http://www.parc.xerox.com/spl/projects/aop/default.html

Computational Reflection and Meta-level Architectures

http://web.yl.is.s.u-tokyo.ac.jp/pl/meta.html

Programming Technology Lab (PROG), Vrije Universiteit Brussel

LENS Project

OO language based on late binding (via message passing), pure (i.e. mixin-based) inheritance and object-based encapsulation. Agora (below) takes a similar approach. http://progwww.vub.ac.be/pools/lens

Agora

Reflective, prototype based, object oriented programming language, based wholly on message passing. Has a syntax rather like Smalltalk but approaches creating objects, inheritance, etc., very differently. http://progwww.vub.ac.be/pools/agora

Implementations:


Interesting GUI approaches


Tunes project, Paris, France. Reviews of Operating Systems, Programming Languages, and very many related concepts. Has over 1,000 links to resources. See DavidManifold

Programming by Example

In computer interfaces, users must often do the same or similar sequences of operations repeatedly, sometimes in different situations. If computers are so good at repetition, why are users the ones who keep repeating things?
"Programming by example", or "programming by demonstration", is a method to teach computers new behavior by demonstrating actions on concrete examples. The system records user actions and generalizes a program that can be used in the original and new examples.
http://lcs.www.media.mit.edu/people/lieber/PBE

Delayed Code Generation in a Smalltalk-80 Compiler by Ian Piumarta – generating native machine code from Smalltalk – the 68020 is used as an example (note: this paper is in Postscript and cannot be properly viewed or printed by Ghostscript but will print fine on a Postscript printer)
http://www-sor.inria.fr/publi/DCG_piumarta-thesis.html

Replication-based garbage collection

Some representative papers:

Object Systems Group

Bibliography. Large number of online papers covering wide range of OOP topics and issues. Of special interest to Smalltalk VM hackers:

MaryBeth Rossen and John Carroll

A number of papers on smalltalk garbage collection theory in Visualworks can be found at http://www.smalltalkconsulting.com/papers/papersandpresentations.html

Fabrik