Fork me on GitHub
#vrac
<
2021-04-26
>
Vincent Cantin03:04:57

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.

Vincent Cantin03:04:46

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.

Vincent Cantin03:04:57

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