Live data from Hacker News

The FuqIt Web Framework

github.com

11–20 of 84 posts

Re: The FuqIt Web Framework

#11
post #10
post #5

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

If that code is an idea, then the idea is "HACK AWAY!"

Re: The FuqIt Web Framework

#13
Well 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 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

#16
There'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

#17
post #16

There'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.

Yay! Someone gets it!

Re: The FuqIt Web Framework

#19
post #13

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

Spend more time on LRTHW. I need more lessons to get better!! (kidding)
Post reply on HN