Skip to content
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

Type safe compilation of templates #40

Open
chrhicks opened this issue Jun 5, 2014 · 1 comment
Open

Type safe compilation of templates #40

chrhicks opened this issue Jun 5, 2014 · 1 comment

Comments

@chrhicks
Copy link
Collaborator

chrhicks commented Jun 5, 2014

handlebars.scala is rather slow in environments where performance is critical. The default behavior is to use reflection on the fly to traverse the context given to the template. It would be great if we knew the type of the context before hand we could resolve errors at compile time and make rendering really fast!

@timcharper
Copy link
Collaborator

Resolved somewhat with the json bindings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants