ComputerProgrammingwithGNUSmalltalk: Difference between revisions
Jump to navigation
Jump to search
Onionmixer (talk | contribs) (CPGS 목차페이지 수저) |
Onionmixer (talk | contribs) (CPGS 목차페이지 Link추가) |
||
Line 88: | Line 88: | ||
====부록 A: 프로그래밍 환경 설치==== | ====부록 A: 프로그래밍 환경 설치==== | ||
* [[:ComputerProgrammingwithGNUSmalltalk:Qutation.A|인용-A]] | |||
* [[:ComputerProgrammingwithGNUSmalltalk:AppendixA.0|머리말-부록A]] | * [[:ComputerProgrammingwithGNUSmalltalk:AppendixA.0|머리말-부록A]] | ||
* [[:ComputerProgrammingwithGNUSmalltalk:AppendixA.1|Linux 플랫폼에 GNU 스몰토크 설치하기]] | * [[:ComputerProgrammingwithGNUSmalltalk:AppendixA.1|Linux 플랫폼에 GNU 스몰토크 설치하기]] |
Latest revision as of 09:04, 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 부
- 연습문제