SqueakByExmaple: Difference between revisions

From 흡혈양파의 번역工房
Jump to navigation Jump to search
(번역수정)
mNo edit summary
 
(15 intermediate revisions by the same user not shown)
Line 8: Line 8:


번역진행<br>
번역진행<br>
'''번역사님(이름을 잊었습니다 죄송합니다..-.-)'''
'''이름을 기억하고 싶지 않습니다....'''


검수진행<br>
검수진행<br>
'''smalltalk korea'''
'''Jonghwa Yoo'''
 
 
* [[:SqueakByExmaple:Dictionary|번역 용어사전]]
 
* [[Smalltalk_Translation_Dictionary|Smalltalk 번역 용어사전]]




* [[:SqueakByExmaple:Dictionary|번역시 용어사전]]
----
----
===도입===
===도입===


* [[:SqueakByExmaple:Preface|서문]]
* [[:SqueakByExmaple:Preface|들어가는 글]]
* [[:SqueakByExmaple:Contents|목차]]
* [[:SqueakByExmaple:Contents|목차]]


Line 29: Line 35:
* [[:SqueakByExample:1.2|1.2 World 메뉴]]
* [[:SqueakByExample:1.2|1.2 World 메뉴]]
* [[:SqueakByExample:1.3|1.3 스퀵 세션 저장하기, 그만두기, 다시 시작하기]]
* [[:SqueakByExample:1.3|1.3 스퀵 세션 저장하기, 그만두기, 다시 시작하기]]
* [[:SqueakByExample:1.4|1.4 워크스페이스와 트랜스크립트]]
* [[:SqueakByExample:1.4|1.4 Workspace 와 Transcript]]
* [[:SqueakByExample:1.5|1.5 키보드 단축키]]
* [[:SqueakByExample:1.5|1.5 키보드 단축키]]
* [[:SqueakByExample:1.6|1.6 SqueakMap]]
* [[:SqueakByExample:1.6|1.6 SqueakMap]]
Line 77: Line 83:


* [[:SqueakByExample:5|5 스몰토크 객체 모델]]
* [[:SqueakByExample:5|5 스몰토크 객체 모델]]
* [[:SqueakByExample:5.1|5.1 모델 규칙]]
* [[:SqueakByExample:5.1|5.1 스몰토크의 모델 규칙]]
* [[:SqueakByExample:5.2|5.2 모든 요소는 객체입니다]]
* [[:SqueakByExample:5.2|5.2 모든 요소는 객체입니다]]
* [[:SqueakByExample:5.3|5.3 모든 객체는 클래스의 인스턴스입니다]]
* [[:SqueakByExample:5.3|5.3 모든 객체는 클래스의 인스턴스입니다]]
* [[:SqueakByExample:5.4|5.4 모든 클래스는 상위 클래스를 가집니다]]
* [[:SqueakByExample:5.4|5.4 모든 클래스는 super클래스를 가집니다]]
* [[:SqueakByExample:5.5|5.5 모든 동작은 메시지를 보낼 때 일어납니다]]
* [[:SqueakByExample:5.5|5.5 모든 동작은 메시지를 보낼 때 일어납니다]]
* [[:SqueakByExample:5.6|5.6 메서드 탐색은 상속 관계를 따릅니다]]
* [[:SqueakByExample:5.6|5.6 메서드 탐색은 상속 관계를 따릅니다]]
Line 143: Line 149:
* [[:SqueakByExample:11|11 Morphic]]
* [[:SqueakByExample:11|11 Morphic]]
* [[:SqueakByExample:11.1|11.1 Morphic의 역사]]
* [[:SqueakByExample:11.1|11.1 Morphic의 역사]]
* [[:SqueakByExample:11.2|11.2 모프 다루기]]
* [[:SqueakByExample:11.2|11.2 morph 의 조작]]
* [[:SqueakByExample:11.3|11.3 모프 합성하기]]
* [[:SqueakByExample:11.3|11.3 morph 의 합성(Composing Morphs)]]
* [[:SqueakByExample:11.4|11.4 여러분의 모프를 만들고 그리기]]
* [[:SqueakByExample:11.4|11.4 나만의 morph 를 생성하고 그리기]]
* [[:SqueakByExample:11.5|11.5 상호 작용과 애니메이션]]
* [[:SqueakByExample:11.5|11.5 상호 작용과 애니메이션]]
* [[:SqueakByExample:11.6|11.6 인터랙터]]
* [[:SqueakByExample:11.6|11.6 대화창(Interactors)]]
* [[:SqueakByExample:11.7|11.7 끌어다 놓기]]
* [[:SqueakByExample:11.7|11.7 드래그 앤 드롭(Drag-and-drop)]]
* [[:SqueakByExample:11.8|11.8 완전한 예제]]
* [[:SqueakByExample:11.8|11.8 완전한 예제]]
* [[:SqueakByExample:11.9|11.9 캔바스에 대한 더 자세한 내용]]
* [[:SqueakByExample:11.9|11.9 canvas 에 대한 더 자세한 내용]]
* [[:SqueakByExample:11.10|11.10 11장 요약]]
* [[:SqueakByExample:11.10|11.10 11장 요약]]






===3부 고급 스퀵===
===3부 Advanced Squeak===


* [[:SqueakByExample:12|12 클래스와 메타클래스]]
* [[:SqueakByExample:12|12 클래스와 메타클래스]]
* [[:SqueakByExample:12.1|12.1 클래스와 메타클래스의 규칙]]
* [[:SqueakByExample:12.1|12.1 클래스와 메타클래스의 규칙]]
* [[:SqueakByExample:12.2|12.2 스몰토크 객체 모델 다시 살펴보기]]
* [[:SqueakByExample:12.2|12.2 스몰토크 객체 모델에 대한 복습]]
* [[:SqueakByExample:12.3|12.3 모든 클래스는 메타클래스의 인스턴스입니다]]
* [[:SqueakByExample:12.3|12.3 모든 클래스는 메타클래스의 인스턴스이다]]
* [[:SqueakByExample:12.4|12.4 메타클래스 계층은 클래스 계층과 평행을 이룹니다]]
* [[:SqueakByExample:12.4|12.4 메타클래스 계층은 클래스 계층과 평행관계이다]]
* [[:SqueakByExample:12.5|12.5 모든 메타클래스는 클래스와 동작을 상속합니다]]
* [[:SqueakByExample:12.5|12.5 모든 메타클래스는 Class 의 동작을 상속한다]]
* [[:SqueakByExample:12.6|12.6 모든 메타클래스는 Metaclass의 인스턴스입니다]]
* [[:SqueakByExample:12.6|12.6 모든 메타클래스는 Metaclass 의 인스턴스이다]]
* [[:SqueakByExample:12.7|12.7 Metaclass의 메타클래스는 Metaclass의 인스턴스입니다]]
* [[:SqueakByExample:12.7|12.7 Metaclass 의 메타클래스는 Metaclass 의 인스턴스이다]]
* [[:SqueakByExample:12.8|12.8 12장 요약]]
* [[:SqueakByExample:12.8|12.8 12장 요약]]



Latest revision as of 01:56, 17 July 2018

Suqeak By Exmaple

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

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

번역진행
이름을 기억하고 싶지 않습니다....

검수진행
Jonghwa Yoo





도입


1부 시작하기





2부 스퀵 개발








3부 Advanced Squeak


4부 Appendices A:: 빈번한 질문과 답변