Smalltalk80LanguageImplementationKor: Difference between revisions
Jump to navigation
Jump to search
Onionmixer (talk | contribs) (내용 수정) |
Onionmixer (talk | contribs) m (번역수정) |
||
Line 37: | Line 37: | ||
;Part I | ;Part I | ||
* [[:Smalltalk80LanguageImplementationKor:Part_01|Part 1]] | * [[:Smalltalk80LanguageImplementationKor:Part_01|Part 1]] | ||
* [[:Smalltalk80LanguageImplementationKor:Chapter_01|Chapter 1 | * [[:Smalltalk80LanguageImplementationKor:Chapter_01|Chapter 1 객체와 메시지]] | ||
* [[:Smalltalk80LanguageImplementationKor:Chapter_02|Chapter 2 Expression Syntax]] | * [[:Smalltalk80LanguageImplementationKor:Chapter_02|Chapter 2 Expression Syntax]] | ||
* [[:Smalltalk80LanguageImplementationKor:Chapter_03|Chapter 3 Classes and Instances]] | * [[:Smalltalk80LanguageImplementationKor:Chapter_03|Chapter 3 Classes and Instances]] |
Revision as of 03:03, 18 April 2018
- SMALLTALK-80/The Language and Its Implementation 한국어번역
원본-영어
http://stephane.ducasse.free.fr/FreeBooks/BlueBook/
원본-영어wiki
http://trans.onionmixer.net/mediawiki/index.php?title=Smalltalk80LanguageImplementation
번역진행
이화영
검수진행
미정
SMALLTALK-80/언어와 그 구현
번역관련 내용
Book
- Part I
- Part 1
- Chapter 1 객체와 메시지
- Chapter 2 Expression Syntax
- Chapter 3 Classes and Instances
- Chapter 4 Subclasses
- Chapter 5 Metaclasses
- Part II
- Part 2
- Chapter 6 Protocol for all Objects
- Chapter 7 Linear Measures
- Chapter 8 Numerical Classes
- Chapter 9 Protocol for All Collection Classes
- Chapter 10 Hierarchy of the Collection Classes
- Chapter 11 Three Examples that Use Collections
- Chapter 12 Protocol for Streams
- Chapter 13 Implementation of the Basic Collection Protocol
- Chapter 14 Kernel Support
- Chapter 15 Multiple Independent Process
- Chapter 16 Protocol for Classes
- Chapter 17 The Programming Interface
- Chapter 18 Graphics Kernel
- Chapter 19 Pens
- Chapter 20 Display Objects
- Part III
- Part 3
- Chapter 21 Probability Distributions
- Chapter 22 Event-Driven Simulations
- Chapter 23 Statistics Gathering in Event-Driven Simulations
- Chapter 24 The Use of Resources in Event-Driven Simulations
- Chapter 25 Cordinated Resources for Event-Driven Simulations
- Part IV