ComputerProgrammingwithGNUSmalltalk: Difference between revisions
Jump to navigation
Jump to search
Onionmixer (talk | contribs) |
Onionmixer (talk | contribs) m (번역노트 페이지 추가) |
||
Line 12: | Line 12: | ||
번역본 PDF<br> | 번역본 PDF<br> | ||
[[media:computer_programming_using_gnu_smalltalk_korean.pdf]] | [[media:computer_programming_using_gnu_smalltalk_korean.pdf]] | ||
* [[:ComputerProgrammingwithGNUSmalltalk:TransNote|번역노트]] | |||
---- | ---- | ||
===Computer Programming with GNU Smalltalk=== | ===Computer Programming with GNU Smalltalk=== |
Revision as of 10:02, 21 September 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 부
- 연습문제