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
Well, there's Scalatra, which aims to be analogous to Ruby's Sinatra in terms of functionality and ease of use.
You might find Unfiltered worth a look.