pub fn compile_source(source: &str) -> Result<Program, CompileError>Expand description
Compiles source text into a validated program. Multiple top-level
forms compile as an implicit do. Without a namespace registry the
program must be closed: only the names it declares itself are
visible as globals (issue #223).