ComputerProgrammingwithGNUSmalltalk: Difference between revisions
Jump to navigation
Jump to search
Onionmixer (talk | contribs) m (번역노트 페이지 추가) |
Onionmixer (talk | contribs) (CPGS 목차페이지 수저) |
||
Line 82: | Line 82: | ||
* [[:ComputerProgrammingwithGNUSmalltalk:Qutation.6|인용-06]] | * [[:ComputerProgrammingwithGNUSmalltalk:Qutation.6|인용-06]] | ||
* [[:ComputerProgrammingwithGNUSmalltalk:6.1|어떻게 스스로 발전할까요?]] | * [[:ComputerProgrammingwithGNUSmalltalk:6.1|어떻게 스스로 발전할까요?]] | ||
* [[:ComputerProgrammingwithGNUSmalltalk:6. | * [[:ComputerProgrammingwithGNUSmalltalk:6.2|더 읽을 만한 것들]] | ||
* [[:ComputerProgrammingwithGNUSmalltalk:6. | * [[:ComputerProgrammingwithGNUSmalltalk:6.3|유용한 사이트들]] | ||
* [[:ComputerProgrammingwithGNUSmalltalk:6. | * [[:ComputerProgrammingwithGNUSmalltalk:6.4|메일링 리스트]] | ||
* [[:ComputerProgrammingwithGNUSmalltalk:6. | * [[:ComputerProgrammingwithGNUSmalltalk:6.5|IRC]] | ||
====부록 A: 프로그래밍 환경 설치==== | ====부록 A: 프로그래밍 환경 설치==== |
Revision as of 08:58, 17 October 2012
- Computer Programming with GNU Smalltalk
원본
http://smalltalk.gnu.org/documentation/books
번역진행
jachin
검수진행
smalltalk korea 커뮤니티
번역본 PDF
media:computer_programming_using_gnu_smalltalk_korean.pdf
Computer Programming with GNU Smalltalk
라이센스
서문
제1장 프로그램 세계에 대한 소개
- 인용-01
- 머리말-01
- 프로그래밍이란 무엇이고, 프로그래밍 언어는 무엇입니까?
- 프로그래밍 언어 형식
- 숫자 체계
- 파일 형식
- 워드프로세서, 텍스트 에디터, IDE (통합 개발 환경)
- 연습문제
제2장 GNU 스몰토크 소개
제3장객체, 메시지, 클래스 : 1 부
- 인용-03
- 객체와 메시지
- 터미널에 출력을 표시하는 다른 방법
- 메시지 연쇄
- 메시지 캐스캐이딩
- 클래스
- 일반 클래스와 사용법 : 1 부
- 변수
- 사용자 입력 얻기
- 공통 클래스와 사용법 : 2 부
- 연습문제