~ salmonella-environment-setup (master) /conf/chicken-5.conf
1;; -*- scheme -*- 2(cond-expand 3 (chicken-5 4 (import (chicken load))) 5 (else)) 6 7(load-relative "./common/chicken-5.scm")
1;; -*- scheme -*-
2(cond-expand
3 (chicken-5
4 (import (chicken load)))
5 (else))
6
7(load-relative "./common/chicken-5.scm")