Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Ye, Python classes and Django cover much of what I trying to say... Though I believe they are stateful? Commented Jun 15, 2009 at 18:38
  • You Django response is created by a function -- you can use any programming style you want for that function. If you want stateless FP-style transforms, that can be made to work. Commented Jun 15, 2009 at 18:50
  • Yes, but if I am a function and the compiler doesn't know I am pure, he won't know that I am thread-safe and cacheable. Commented Jun 15, 2009 at 19:03