vrac

Template-based web library [WIP] - https://github.com/green-coder/vrac Zulip archive: https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/vrac Clojureverse archive: https://clojurians-log.clojureverse.org/vrac
2021-04-26T03:12:57.030900Z

Someone recently shown me some interesting projects which were aiming at the same goal than Vrac: • https://github.com/CoNarrative/precepthttp://witheve.com/ Both projects were stopped while in development, unfortunately. It made me think that it can easily happen to Vrac as well - same steps to the same fate.

2021-04-26T03:19:46.037200Z

To solve that issue, I decided to adopt a very incremental way to develop Vrac. I will keep writing the new patterns directly on the top of re-frame by hand, until every single aspect of Vrac works in a re-frame based prototype. The part where I am defining a grammar and a compiler will wait until everything else is mature. The underlying idea is to bring something useful for the community at every small step, so that if I decide to stop working on Vrac at any point, at least some milestones are achieved and people can build on the top of that.

2021-04-26T03:24:57.038800Z

That being said, I plan to make a presentation about the https://github.com/green-coder/vrac-simple-sample's pattern.