Skip to content

unsouled/sicp

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Structure and Interpertation of Computer Programming Examples

Description

[Lisp์„ ์ข‹์•„ํ•˜๋Š” ์‚ฌ๋žŒ๋“ค์˜ ๊ทธ๋ฃน][lispkorea]์—์„œ ์ง„ํ–‰์ค‘์ธ [Structure and Interpertation of Computer Programming][SICP](์ดํ•˜ SICP) ์Šคํ„ฐ๋””์˜ ์—ฐ์Šต๋ฌธ์ œ ํ’€์ด๋ฅผ ๊ณต์œ ํ•˜๊ธฐ ์œ„ํ•œ ์ €์žฅ์†Œ์ž…๋‹ˆ๋‹ค.

Requirements

  • SICP ๊ต์žฌ
  • ์‹ค์Šต์— ์‚ฌ์šฉํ•  ํ”Œ๋žซํผ(๊ณต์‹์ ์œผ๋ก  [Scheme][Racket])

How to

  1. [github][github] ๊ฐ€์ž…
    • ์ฒซ ํ™”๋ฉด์—์„œ ์•„๋ž˜ Plans, Pricing and Signup ๋ฒ„ํŠผ ํด๋ฆญ
    • Plan & Pricing ํ™”๋ฉด์—์„œ $0/mo Free for open source ๋ž€ Create a free account ๋ฒ„ํŠผ ํด๋ฆญ
    • user name, email, password๋ฅผ ๋“ฑ๋กํ•ฉ๋‹ˆ๋‹ค.
  2. lisp-korea/sicp [repo][lispkorea-sicp-repo] ์ ‘๊ทผ๊ถŒํ•œ ์š”์ฒญ
    • ๊ฒŒ์‹œํŒ์— ๋“ฑ๋กํ•œ github user name์„ ์˜ฌ๋ ค์ฃผ์„ธ์š”.
    • ์ง€๋‚œ์‹œ๊ฐ„์— ๋‚˜์˜ค์…”์„œ ์Šคํ„ฐ๋”” ์ฐธ์„์˜์‚ฌ๋ฅผ ๋ณด์—ฌ์ฃผ์‹  ๋ถ„์€ ๋ฐ”๋กœ ๋“ฑ๋กํ•ด๋“œ๋ฆฌ๊ฒ ์Šต๋‹ˆ๋‹ค. (30๋ถ„~1์‹œ๊ฐ„์ •๋„ ์†Œ์š” ์˜ˆ์ •)
    • ์ง€๋‚œ์‹œ๊ฐ„์— ๋ชป ๋‚˜์˜ค์…จ์ง€๋งŒ ์ฐธ์—ฌ๋ฅผ ํฌ๋งํ•˜์‹œ๋Š” ๋ถ„์€ ์ผ๋‹จ fork ํ•˜์…”์„œ ์ž‘์—…ํ•˜์‹œ๊ณ  pull request ํ•˜์‹œ๊ธฐ ๋ฐ”๋ž๋‹ˆ๋‹ค.
  3. SSH Public Key ๋“ฑ๋ก
    • ๊ฐ OS๋ณ„ public key๋ฅผ ์ƒ์„ฑํ•˜์„ธ์š”
    • Help ์— ๊ฐ€์‹œ๋ฉด ์˜ค๋ฅธ์ชฝ column ๋งํฌ์— ๊ฐ OS public key ์ƒ์„ฑ๋ฐฉ๋ฒ•์ด ๋‚˜์˜ต๋‹ˆ๋‹ค.
    • ์ƒ์„ฑ๋œ key๋ฅผ ๊ฐ€์‹ ์˜ ๊ณ„์ • Account Settings์˜ SSH Public Keys -> Add another public key์— ๋“ฑ๋กํ•ฉ๋‹ˆ๋‹ค.
  4. lisp-korea/sicp [repo][lispkorea-sicp-repo] ๊ฐ€์ ธ์˜ค๊ธฐ $ git clone [email protected]:lisp-korea/sicp.git
  5. git user ์„ค์ • $ git config --global user.name "user name" (github๋“ฑ๋กํ•œ ๊ฑฐ์š”) $ git config --global user.email "email ์ฃผ์†Œ"
  6. ๊ฐœ์ธ ์†Œ์Šค ์˜ฌ๋ฆฌ๊ธฐ $ cd ch01 ex-1-1-.lisp or ex-1-1-.clj ์‹์˜ naming์œผ๋กœ ์†Œ์Šค ์ƒ์„ฑ $ git add $ git commit -m "ex 1.1 by ๋ˆ„๊ตฌ๋ˆ„๊ตฌ" $ git push origin master
    [SICP]: http://mitpress.mit.edu/sicp/ [lispkorea]: http://groups.google.com/group/lisp-korea [github]:http://github.com [Racket]:http://racket-lang.org/ [lispkorea-sicp-repo]:http://github.com/lisp-korea/sicp

About

sicp solution of lisp korea group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published