On Mon, 29 Jun 2015 05:45:20 GMT, mikhail wrote:

but do I actually need to recompile every time I change something in my code while working on it?).

Thanks.
Mikhail

Coming from python frameworks which instantly reloaded templates, recompiling hasn't been an issue for me (2-5 seconds on a modern laptop, i7 processor). However, diet templates don't line up 1:1 with jade, so if you have "mysterious" template issues, try commenting any complicated lines you just added.

I'm not too far in, but, tbth, it's been less stress than learning other frameworks, simply because I enjoy D, and I feel like what I'm learning is far more practical.

Another little note is I read on a forum that DMD takes about 2GB RAM to compile. I tried to compile code on a test server with 512 MB, and had compiling errors. The binary ran fine. Nothing bad, just, different is all.