The following is possible using Python:
$ apt-get install python $ easy_install Flask $ cat > hello.py from flask import Flask app = Flask(__name__) @app.rou
You might find Unfiltered worth a look.