Rewriting Reddit (2005)
aaronsw.com
Rewriting Reddit (2005)
1–10 of 118 posts
Re: Rewriting Reddit (2005)
#2Re: Rewriting Reddit (2005)
#3I'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 related to Django, Reddit, or Lisp?
Re: Rewriting Reddit (2005)
#4I recall reading a more scathing post from spez at one point about frustrations with web.py, but I don't seem to see it now. It may have been removed. In any case, Flask seems to be the inheritor of the "write webapps in Python" description.
Re: Rewriting Reddit (2005)
#5The current github page is here: https://github.com/webpy/webpy
If you are looking to get up and running quickly, I would recommend forking this skeleton: https://github.com/jzellman/webpy-skeleton
Finally, the built in database framework is a bit simplistic. I like to pair this with Peewee (included in the webpy-skeleton).
Re: Rewriting Reddit (2005)
#6Just 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)
#7Whatever happened to that Lisp clone?
Re: Rewriting Reddit (2005)
#8Whatever happened to that Lisp clone?
Likely consumed by meta-patterns, like every other project who's primary reason to exist is to be a LISP clone of something.
Re: Rewriting Reddit (2005)
#9Note that reddit has rewritten at least once since the web.py rewrite. cf. https://news.ycombinator.com/item?id=51078 I recall reading a more scathing post from spez at one point about frustrations with web.py, but I don't seem to see it now. It may have been removed. In any case, Flask seems to be the inheritor of the "write webapps in Python" description.
Flask definitely fills that role for me. It's very simple to get up and going with it, and deploys easily.
Re: Rewriting Reddit (2005)
#10Just 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…
That may be true about Django, but not the other two.
Reddit being a YC-backed company, it always has been a hot topic here on HN. Maybe less now than a few years back but the same HNers are still here.
And as for Lisp, it has always been a hot topic on HN too. Many people know HN via PG who they discovered for his Lisp writings. HN is itself written in a Lisp dialect. And Lisp related stories appear monthly on the frontpage, maybe weekly if we take all Scheme and Emacs related links into account. Just take a look at the search results for the past week with any Lisp related keyword.