Is there any work being done, or has there been any consideration in porting the Jinja2 library over to the Go programming language? I know that for those using GAE, this would help if porting their GAE app from Python to Go, for instance.
Go currently has a templating library in it's library: http://golang.org/pkg/text/template/. But I'm not convinced it's as awesome as Jinja2. :) It would be nicer to be able to port a template written against the Jinja2 spec to be parsable and usable by either a Python or Go application. Why specifically Go and not, say, Java, Javascript, Ruby, etc? Mostly the GAE port scenario mentioned above and my own selfishness. :) -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
