Earlier quoted context omitted.
Pretty much. Oh, except, there's actually an interesting idea in there if you look really closely.
More than one, probably? base, ext = os.path.splitext(name[1:])
The FuqIt Web Framework
11–20 of 84 posts
Re: The FuqIt Web Framework
#12Re: The FuqIt Web Framework
#131. Don't run this at all in anyway that someone can access it. It's ultra hackable. Extra points if people can point out why.
2. I basically am just goofing off. The idea though is this thought: "What if PHP got it right?"
3. There's some little tricks in there you may not have seen before. Take a look at the code if you're new to Python.
4. If I get around to it I may write a web server for this using my various web-server-maker chops and put in some of the Lamson code and then make it talk to ZeroMQ off of a URL similar to how it's doing jinja and python so it can be a full service web+email+messaging system configured off just files in a directory and then probably I'll get bored and do something else.
Enjoy!
Re: The FuqIt Web Framework
#14Re: The FuqIt Web Framework
#15[deleted]
Re: The FuqIt Web Framework
#16This is a little like that.
Re: The FuqIt Web Framework
#17There's a niche for something that's as sloppy-easy-to-get-started as PHP, but with a more concise/consistent/powerful language. Perhaps, a "PYP" - Python with PHP characteristics. This is a little like that.
Re: The FuqIt Web Framework
#18how the fuck is this the top link on HN right now?
Re: The FuqIt Web Framework
#19Well must be a slow news day today so I'll say a few things about FuqIt for the high-minded HN crowd: 1. Don't run this at all in anyway that someone can access it. It's ultra hackable. Extra points if people can point out why. 2. I basically am just goofing off. The idea though is this thought: "What if PHP got it right?" 3. There's some little tricks in there you may not have seen before. Take a look at the code if…