Skip to content

Instantly share code, notes, and snippets.

@nattybear
Last active October 28, 2022 04:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nattybear/64838a41a916c863156fa0cd1819a764 to your computer and use it in GitHub Desktop.
Save nattybear/64838a41a916c863156fa0cd1819a764 to your computer and use it in GitHub Desktop.
Computer Programming using GNU Smalltalk

이 글은 Canol Gokel님이 만든 Computer Programming using GNU Smalltalk를 읽고 정리한 것이다.

Computer Programming using GNU Smalltalk

책과 다른 점

  • 변수를 선언하지 않아도 사용할 수 있다.
  • 소스 코드를 작성할 때는 한 행의 끝에 마침표 .를 적어야 한다. 제일 마지막 줄은 그렇지 않다.

Chapter 2: Introduction to GNU Smalltalk

Chapter 3: Objects, Messages and Classes: Part 1

Chapter 4: Controlling the Flow of Execution

Chapter 5: Objects, Messages and Classes: Part 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment