GithubHelp home page GithubHelp logo

lisp-korea / sicp Goto Github PK

View Code? Open in Web Editor NEW
43.0 17.0 7.0 1.05 MB

sicp solution of lisp korea group

Home Page: http://groups.google.com/group/lisp-korea

C 0.05% JavaScript 0.23% Racket 1.72% Clojure 9.43% Scheme 86.78% Common Lisp 1.80%

sicp's Introduction

Structure and Interpertation of Computer Programming Examples

Description

Lisp을 좋아하는 사람들의 그룹에서 진행중인 Structure and Interpertation of Computer Programming(이하 SICP) 스터디의 연습문제 풀이를 공유하기 위한 저장소입니다.

Requirements

  • SICP 교재
  • 실습에 사용할 플랫폼(공식적으론 Scheme)

How to

  1. 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 접근권한 요청

    • 게시판에 등록한 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 가져오기

     $ 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
     $ cd 1.1
     ex-1-1-<id>.lisp or ex-1-1-<id>.clj 식의 naming으로 소스 생성
     $ git add <filename>
     $ git commit -m "ex 1.1 by 누구누구"
     $ git push origin master    
    

sicp's People

Contributors

byulparan avatar devfuner avatar dryjins avatar gurugio avatar iamslash avatar likerivers12 avatar lisp-korea avatar lispro06 avatar lkbwww avatar longfin avatar recursivecurry avatar seungwon0 avatar sh-yang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.