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
2020-06-18T05:16:12.006600Z

hi @doglooksgood, the project is suspended until I make enough progress on Minimallist, which I want to use for Vrac.

2020-06-18T05:17:37.007900Z

I am developing some very complicated stuffs in minimallist to be able to generate recursive model and provide insights to the user when he is doing something wrong.

2020-06-18T05:18:11.008700Z

Those functions will be needed for my vision of what Vrac should provide and how useful it will be.

tianshu 2020-06-18T05:22:35.009200Z

AFAIK, vrac is using macros for templating?

2020-06-18T07:40:06.010100Z

as it is now, yes, they are used as small helper

2020-06-18T07:40:44.010700Z

the user can use Vrac without, they are not required

2020-06-18T07:41:54.011900Z

the template has to be a data structure, its interpretation could be done at runtime, or at compilation time when preparing for production