
S1 E5 - ClojureScript Compiler with Mike Fikes
ClojureStream Podcast
00:00
What's the Main Job of the Analyzer?
The next big chunk that I think about, and it's actually the biggest chunk in my mind, is the analyzer. So whatever we compile or whatever we write sort of in the repo, this is the part that reads the stuff and then it emits later on whatever else we need. And then after that is optionally, I think of it as just like the Google closure compiler. That would operate on the JavaScript that was produced to optimize it. Okay. There's like the main chunks that I think of in terms of like the phase or the pipeline, if you will. We would have the reader, then we have the analyzer, then we had the compilation, and then everything then
Transcript
Play full episode