#lang setup/infotab (define name "Slow Thought") (define blurb '("Mathematical and programming odds & ends")) (define release-notes '("Chebyshev Integrals." "Forward Chaining.")) (define version "1.2 Fix to chebyshev-integral contract") (define primary-file (list "chain.rkt" "chebyshev.rkt" )) (define categories '(devtools scientific)) (define scribblings '(("reference/slow-thought.scrbl" (multi-page)))) (define homepage "http://slow-thought.blogspot.com")