Frequently Asked Questions
Is my Clojure code uploaded to any server?
No, all processing happens in your browser. Your code never leaves your computer, ensuring complete privacy.
What Clojure file types are supported?
The viewer supports standard Clojure (.clj), ClojureScript (.cljs), and portable Clojure (.cljc) files.
Is there a file size limit?
The practical limit depends on your browser and device memory, but very large files (several MB) may cause performance issues.
Can I edit the Clojure code in this viewer?
This is currently a read-only viewer. For editing Clojure code, we recommend using specialized editors like Cursive, Calva, or VS Code with Clojure extensions.
Does this support Clojure's reader conditionals?
Yes, the syntax highlighting properly handles reader conditionals (#?(:clj ... :cljs ...)) in .cljc files.
Can I use this tool offline?
After loading the page once, you can use it offline if you save the page to your device or use it as a PWA (Progressive Web App).