-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
take a look at my enhancements #20
Comments
Your fork is awesome, even compared to commondream/egon. +1 on (--help) and making views optional, extension optional... just thank you. Could you consider fielding some issues (turned off at the moment), as it seems your upstreams are just abandoned and you're the most modern of the few active ones ;) |
Thanks! I've enabled issues in my fork. I don't have much time the next 2 months, but I will look at incoming issues. You may consider https://github.com/valyala/quicktemplate if you are not already settled on ego templates. It seems more feature rich to me. |
I always have issues with new non-language specific syntax being added to the template engine syntax. You're literally learing a new pseudo language - this is why i like templates like ejs, minitpl, etc. and ultimately egon, and dislike ones like hogan, mustache... - the good ones just expose whatever programming language syntax you're already using without adding too many language specific features... quicktemplate doesn't seem to be on the good side of this. |
Hi @benbjohnson,
could you please take a look at my fork (https://github.com/SlinSo/egon), that is unfortunately based on another fork (https://github.com/commondream/egon). I would like to know, if it is worth to rebase everything to your original version of ego.
I've made this fork after playing around with some bechmarks I made (https://github.com/SlinSo/goTemplateBenchmark)
I've added a few features and optimisations:
The text was updated successfully, but these errors were encountered: