SqueakByExmaple: Difference between revisions

From 흡혈양파의 번역工房
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 36: Line 36:


* [[:SqueakByExample:2|2 A first application]]
* [[:SqueakByExample:2|2 A first application]]
* [[:SqueakByExample:2.2|2.1 The Quinto game]]
* [[:SqueakByExample:2.1|2.1 The Quinto game]]
* [[:SqueakByExample:2.3|2.2 Creating a new class Category]]
* [[:SqueakByExample:2.2|2.2 Creating a new class Category]]
* [[:SqueakByExample:2.4|2.3 Defining the class SBECell]]
* [[:SqueakByExample:2.3|2.3 Defining the class SBECell]]
* [[:SqueakByExample:2.5|2.4 Adding methods to a class]]
* [[:SqueakByExample:2.4|2.4 Adding methods to a class]]
* [[:SqueakByExample:2.6|2.5 Inspecting an object]]
* [[:SqueakByExample:2.5|2.5 Inspecting an object]]
* [[:SqueakByExample:2.7|2.6 Defining the class SBEGame]]
* [[:SqueakByExample:2.6|2.6 Defining the class SBEGame]]
* [[:SqueakByExample:2.8|2.7 Organizing methods into protocols]]
* [[:SqueakByExample:2.7|2.7 Organizing methods into protocols]]
* [[:SqueakByExample:2.9|2.8 Let’s try our code]]
* [[:SqueakByExample:2.8|2.8 Let’s try our code]]
* [[:SqueakByExample:2.10|2.9 Saving and sharing Smalltalk code]]
* [[:SqueakByExample:2.9|2.9 Saving and sharing Smalltalk code]]
* [[:SqueakByExample:2.11|2.10 Chapter summary]]
* [[:SqueakByExample:2.10|2.10 Chapter summary]]





Revision as of 03:38, 13 August 2012

Suqeak By Exmaple

원문 사이트
http://squeakbyexample.org/

번역에 사용한 원문 PDF
media:Squeak_by_example.pdf

번역진행
번역사님(이름을 잊었습니다 죄송합니다..-.-)

검수진행
smalltalk korea


도입

1장 시작하기




2장 Developing in Squeak







3장 Advanced Squeak

Appendices A Frequently Asked Questions