RSS Amplifier

Rooijakkers Software · Mar 30, 2017

Simple but effective

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

(defn debug-panel "Debug panel, pretty prints any data you pass in on the screen." [d] [:pre (with-out-str (cljs.pprint/pprint d))]) [debug-panel <data structure>]. Lovely.

(defn debug-panel
  "Debug panel, pretty prints any data you pass in on the screen."
  [d]
  [:pre
   (with-out-str (cljs.pprint/pprint d))])
[debug-panel <data structure>].
Lovely.

Read on rooijakkers.software

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.