greenh / CJD

CJD is a system for documenting Clojure programs through the use of structured comments embedded in Clojure source code.
Other
12 stars 0 forks source link

Element for examples #12

Closed greenh closed 12 years ago

greenh commented 12 years ago

Need a flow element that contains a list of forms, performatted? or pretty-printed? which represent interactions between a user and REPL, and are displayed in REPL-like format.

greenh commented 12 years ago

Ideally, we'd pretty-print a list of forms... but that assumes we have a pretty-printer that works reliably for source code, which it's not clear we do.