Skip to content Skip to sidebar Skip to footer
Showing posts with the label Compilation

Why Exponential Enum Keys Are Used Here?

Here you can find this code: enum NodeFlags { None = 0, Let = 1, Const = 2, NestedN… Read more Why Exponential Enum Keys Are Used Here?

How To Analyze Closure Compiler Bundle Size

I have an app in ClojureScript, which uses Google's Closure Compiler as a compiler backend. The… Read more How To Analyze Closure Compiler Bundle Size