Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 325 Bytes

cljs.js.md

File metadata and controls

14 lines (10 loc) · 325 Bytes
name
cljs.js

Summary

compile/analyze ClojureScript code at runtime.

Details

This is what is referred to as the "Bootstrapped Compiler", which allows you to compile ClojureScript with nothing but ClojureScript. In other words, this namespace provides the ability to evaluate ClojureScript code at runtime.