https://github.com/maxrothman/comparing-hiccup-impls I needed to pick a hiccup impl for a project, and it seemed a waste to not open-source my research. Think of this as a starting point for your https://www.youtube.com/watch?v=c5QF2HjHLSE! Certainly not exhaustive by any means, PRs welcome
Cool! Although I'd say it belongs more to #news-and-articles.
Happy to move it there if you'd prefer. I wasn't 100% sure where it belonged since it is a sort of project and accepts PRs
Eh, a moot point - up to you. The channel's description says "OSS", so it's about software projects, not GitHub projects.
ripley also has a hiccup implementation, a macro that converts it to write calls
I'd be interested in a PR that added a column for Ripley, I likely won't have bandwidth to add one myself
There is also http://github.com/borkdude/html which I love
Reagent and Replicant also interpret the Hiccup syntax, albeit they don't produce html. Also https://github.com/r0man/sablono and probably more 🙂 Not sure whether they're candidates for this comparison
That's fair. My original intent was to compare hiccup->html libraries "apples to apples" as it were, and reagent/replicant don't render their hiccup to HTML (directly at least), so I didn't include them. If you think their addition would be useful, I'd be open to a PR adding hiccup->react impls, though I think I'd want to see it made clear that they're materially different from the straight hiccup->html ones
PR welcome!