Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 538 Bytes

cljs.repl.md

File metadata and controls

20 lines (13 loc) · 538 Bytes
name
cljs.repl

Summary

macros auto-imported into a ClojureScript REPL

Details

This namespace mainly provides reflection capabilities to assist you in exploring code in a REPL. It comes with macros that are automatically imported into your REPL environment, but you can use them outside of one as well.

These macros allow you to explore code by listing/searching available vars in a namespace and viewing a var's documentation or source.

Summary for Compiler

interactive ClojureScript REPL (Read Eval Print Loop)