ckirkendall / kioo

Enlive/Enfocus style templating for Facebook's React and Om in ClojureScript.
Eclipse Public License 1.0
404 stars 39 forks source link

replace-vars #30

Open nodename opened 9 years ago

nodename commented 9 years ago

It would be great to have replace-vars in kioo.

ckirkendall commented 9 years ago

I spent quite a bit of time thinking about this and it can be done but will take quite a bit of effort to pull off. If you would like me to layout a design that would explain what to do, I can. If not its going to be a bit before I can get to this due to a bit of crazy schedule right now.

nodename commented 9 years ago

I'm grateful for your attention to this. However we have gone ahead with implementing replace-vars for sablono, and it was not too hard to do. For our app it is not critical to get the compile-time benefits. From my point of view it was important to maintain the ability to do various transformations as we moved from enlive to client-side templating. I'm not sure if others are clamoring for replace-vars in kioo though.

-A

Quoting Creighton Kirkendall notifications@github.com:

I spent quite a bit of time thinking about this and it can be done
but will take quite a bit of effort to pull off. If you would like
me to layout a design that would explain what to do, I can. If not
its going to be a bit before I can get to this due to a bit of crazy
schedule right now.


Reply to this email directly or view it on GitHub: https://github.com/ckirkendall/kioo/issues/30#issuecomment-54801205