devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
peeja 2016-11-22T21:11:15.000160Z

Is there a way to give a devcard a description that's not a literal string? I'd like to use the docstring from the component I'm showing off, but the macro only recognizes a string literal as the documentation copy.

nwjsmith 2016-11-22T21:25:47.000163Z

Could write a fancy wrapper macro I guess?

peeja 2016-11-22T21:26:46.000164Z

Yeah, that's what I'd like to avoid, but maybe I'll have to