Dispatch → Talk
If you have a question about Dispatch, please ask it in the forum.
If you just want to say something nice (or mean… but why, man?) you can hurl it into Twitter with the #dbDispatch hashtag and it will end up right on this page. Which is using—can you guess—Databinder Dispatch to fetch a list of recent tweets. It goes a little something like this:
import dispatch.Http
import Http._
import dispatch.twitter.Search
import dispatch.json.Js._
Http(Search("#dbDispatch")) map Search.from_user
Well that just returns the user names, but you get the idea.