Live data from Hacker News

Rewriting Reddit (2005)

aaronsw.com

1–10 of 118 posts

Re: Rewriting Reddit (2005)

#3
Just 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 related to Django, Reddit, or Lisp?

Re: Rewriting Reddit (2005)

#4
Note 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.

Re: Rewriting Reddit (2005)

#5
web.py is still my go to for lightweight webapps. I won't start a big discourse on the pros and cons vs. other technologies, but I will say it is incredibly easy to setup and use.

The 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)

#6

Just 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)

#9

Note 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.

> 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)

#10

Just 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…

> when it seems there are no other frontpage stories remotely related to Django, Reddit, or Lisp

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.

Post reply on HN