var src = "(begin (define cl (let (( bar 5 )) (lambda () bar))) (define bar 6) (cl))";
