Porting Django's templates engine to C
Posted
by sandra
on Stack Overflow
See other posts from Stack Overflow
or by sandra
Published on 2010-05-30T14:44:55Z
Indexed on
2010/05/30
14:52 UTC
Read the original article
Hit count: 335
Hi folks,
I recently wrote a simple and tiny embedded HTTP server for my C++ app (QT) and I played a little bit with Ry's http-parser and loved it. This guy is crazy.
So I told to myself: "Hey! Why not port the django template engine to C?" That'd be awesome! I know, it won't be an easy task (not at all, I know) but I'd really love to implement this. So I came here for inspiration, ideas, opinions...
I'd really love to have some pointers on the subject, ideas, what is already done, which major problems I'll encounter (and how to solve them) - How not to reinvent the wheel... anyway, you got the idea :)
Thanks a million times!
P.S. Simple code snippets, and links to tools and libs are very welcome!
P.P.S. I'm already aware of grantlee, I took a look into its sources. Well... that's C++ and its specific to Qt.
© Stack Overflow or respective owner