Fork me on GitHub
#announcements
<
2020-03-03
>
seancorfield07:03:33

seancorfield/readme {:mvn/version "1.0.8"} -- https://github.com/seancorfield/readme -- initial release of a simple library that turns your README.md examples into executable tests! -- follow-up in #testing

16
🚀 48
clj 40
👍 64
👏 8
parrot 4
hindol09:03:48

That is a very cool idea. Can this be extended to doc strings (à la doctests)?

pithyless09:03:17

I once played with the docstrings idea, but never did take it much further. https://gist.github.com/pithyless/c7d6954c055ad45b6dfd2fca6ddfcce9

hindol20:03:12

I like it. Very clean API.

deep-symmetry15:03:54

As suggested to me in #clojurescript I am reposting this here: In the course of building a byte field diagram generator I’m creating to port some big LaTeX documents to Asciidoctor/Antora, I have ported Analemma (https://github.com/liebke/analemma) to .cljc so it works in ClojureScript as well as Clojure, and (with David Liebke’s permission) posted a canonical release to Clojars.

clj 36
✌️ 24
cljs 12
💡 4
Jakub Holý (HolyJak)19:03:56

Readme still reads "Clojure-based", change to Clojure(Script)?

deep-symmetry21:03:06

The Readme is in some strange format called textile which is pretty opaque to me, so I was afraid to mess with it. I also rationalized ClojureScript as being Clojure-based. 😄 A pull request would be welcome if you think it’s important, though.

👍 4