770a6a6c0a
BUG= TEST= Review URL: http://codereview.chromium.org//8839010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2168 260f80e4-7a28-3924-810f-c04153c831b5
Fling is a little dart runtime intended for 'banging' out web (client + server) apps pretty quickly. Here is an example of how get started. Starting in the fling root directory, $ ant # fling will be built into out/fling $ cd out/fling/samples $ ../fling lil_server.app # Check out the code in samples/lil_server.dart