Hacker News new | ask | show | jobs
by Manishearth 3469 days ago
This looks very much like Flask, and Flask is one of my favorite ways of writing webapps because it's just so easy to do the simple things.
1 comments

Flask still unfortunately uses globals everywhere :(
What do you mean by globals?
the ´g` object is one core item, for example.