Skip to content

Instantly share code, notes, and snippets.

@nattybear
Last active January 22, 2021 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nattybear/e210c3d278cdf38472874ec8f6575e80 to your computer and use it in GitHub Desktop.
Save nattybear/e210c3d278cdf38472874ec8f6575e80 to your computer and use it in GitHub Desktop.

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

General Logic Begind Smalltalk

  • 스몰토크는 모든 것을 객체로 다룬다.
  • 객체끼리 서로 메세지를 보내서 커뮤니케이션을 한다.
  • 스몰토크는 절차형 프로그래밍 스타일을 지원하지 않는다.

Computer Programming with GNU Smalltalk

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