kuflash / sicp-learning

Репозиторий с решенными задачами из SICP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sicp Racket Boilerplate

Requirements

  • Racket
  • Rackunit (raco pkg install rackunit)
  • Make

Using

  1. Copy content of this repo (not clone!) to your repository
  2. Write code (look sicp/chapter1/02.rkt)
  3. Run tests make test

About

Репозиторий с решенными задачами из SICP


Languages

Language:Racket 99.9%Language:Makefile 0.1%