Skip to content

shilgam/sicp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structure and Interpretation of Computer Programs

workflow

Solutions on SICP

Prerequisites

Usage

  1. Go to projects directory

     $ cd src/exercises/github-actions-for-racket
    
  2. Install dependencies

     $ raco pkg install --auto --batch
    
  3. Execute file in interactive mode:

     $ racket -it fibonacci.rkt # run in interactive mode
    
     > (enter! "fibonacci.rkt") # load module
    
     > (stream->list (stream-take (fibs) 10))
     '(1 1 2 3 5 8 13 21 34 55)
    

Run tests

  1. Run tests

     $ cd src/exercises/github-actions-for-racket
     $ raco test fibonacci.rkt
    

Notes

About

Solving SICP tasks on Racket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages