Re: NDjango - .Net port of Django template langauage

2009-09-23 Thread Michael Feingold
ingle hole? which one goes? The first? the last? all of them? Nested block definition is ok when we define a 'hole', but when we define a new value to be placed in a hole it creates ambiguity for which I do not see any real use. On Sep 23, 2:22 pm, Stephen Kelly wrote: > Michael Feingo

Re: NDjango - .Net port of Django template langauage

2009-09-23 Thread Michael Feingold
On Sep 23, 2:54 am, Pablo Escobar wrote: > 1. Django is Open Source. It is not a problem to find the parsing > algorithm > Of course it is And we did go through the code. But reverse engineering can show you what happens, not what the intention was --~--~-~--~~~---

Re: NDjango - .Net port of Django template langauage

2009-09-22 Thread Michael Feingold
That's what we started with. It did not work out. While IronPython (as well as some other implementations of Python) are available in .Net, integrating an app written in Python with anything else written in any other .Net language proved to be a big challenge. You can run a Python app on .Net plat

Re: NDjango - .Net port of Django template langauage

2009-09-22 Thread Michael Feingold
Well, we liked the language, and it is too late anyway - it is implemented On Sep 22, 12:18 pm, Anton Bessonov wrote: > Hello, > > if you need template engine only, then make more sence to port pure > template engine such as jinja2. IMHO. > > Michael Feingold schrieb: > &g

NDjango - .Net port of Django template langauage

2009-09-22 Thread Michael Feingold
I am working on NDjango project. NDjango is a port of Django template language to .Net. It is an open source project. If you are curious you can get all information about it here: www.ndjango.org. The reason I am posting here is that while one of our design goals is to keep ndjango templates comp