It should be noted that Django has since fixed that issue.
Rewriting Reddit (2005)
11–20 of 118 posts
Re: Rewriting Reddit (2005)
#12Whatever happened to that Lisp clone?
Re: Rewriting Reddit (2005)
#13web.py never really worked well, so we ended up rewriting it again. The interesting thing was that Django still wasn't up to the task when we did that, mostly because it's templating engine was too slow. So we chose Pylons instead. It should be noted that Django has since fixed that issue.
Re: Rewriting Reddit (2005)
#14Whatever happened to that Lisp clone?
Re: Rewriting Reddit (2005)
#15web.py never really worked well, so we ended up rewriting it again. The interesting thing was that Django still wasn't up to the task when we did that, mostly because it's templating engine was too slow. So we chose Pylons instead. It should be noted that Django has since fixed that issue.
Re: Rewriting Reddit (2005)
#16Just wondering (as someone who only uses/touches Python indirectly, through some projects that use it, but is not currently a 'Python developer' by any means); was this posted in response to some recent drama in the Django community, or as an argument against Lisp? I'm just wondering why it seems this story is quickly getting upvoted on the front page of HN, when it seems there are no other frontpage stories remotely…
I upvoted just because it's a neat, historical document that I missed the first time around. I have no particular stake in Lisp or Python.
Re: Rewriting Reddit (2005)
#17Just wondering (as someone who only uses/touches Python indirectly, through some projects that use it, but is not currently a 'Python developer' by any means); was this posted in response to some recent drama in the Django community, or as an argument against Lisp? I'm just wondering why it seems this story is quickly getting upvoted on the front page of HN, when it seems there are no other frontpage stories remotely…
Re: Rewriting Reddit (2005)
#18web.py never really worked well, so we ended up rewriting it again. The interesting thing was that Django still wasn't up to the task when we did that, mostly because it's templating engine was too slow. So we chose Pylons instead. It should be noted that Django has since fixed that issue.
Re: Rewriting Reddit (2005)
#19web.py never really worked well, so we ended up rewriting it again. The interesting thing was that Django still wasn't up to the task when we did that, mostly because it's templating engine was too slow. So we chose Pylons instead. It should be noted that Django has since fixed that issue.
Do you recall what didn't work? So far web.py looks like a really nice rest-ful api backed framework. I rather like it. http://webpy.org/
Re: Rewriting Reddit (2005)
#20Pretty sure flask is currently the front runner in "python microframeworks".