8 lines
319 B
Racket
8 lines
319 B
Racket
#lang setup/infotab
|
|
|
|
(define blurb '("Language levels for the Programming Languages: Application and Interpretation textbook"))
|
|
(define homepage "http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/")
|
|
(define primary-file "main.rkt")
|
|
|
|
(define scribblings '(("scribblings/plai.scrbl" (multi-page) (teaching -20))))
|