Does anyone want to split a SuperShuttle ticket from IAD to the Embassy Suites in Alexandria, VA, about 7 pm on 11/13?
The only economical alternative is taking Metrobus Route 5A, transferring to the Metro Blue line at Rosslyn, riding South to King St, and walking a block or so to the hotel. Meanwhile, the average cost for SuperShuttle approaches the cost of taking Metro as the number of sharing riders goes up: user=> (defn cost [n] (str "US$ " (/ (+ 25.0 (* 10 n)) n))) #'user/cost user=> (cost 1) "US$ 35.0" user=> (cost 2) "US$ 22.5" user=> (cost 4) "US$ 16.25" user=> (cost 8) "US$ 13.125" It also sounds like a lot less hassle (and more fun :-). Contact me offlist if you're interested... -r -- http://www.cfcl.com/rdm Rich Morin [email protected] http://www.cfcl.com/rdm/resume San Bruno, CA, USA +1 650-873-7841 Software system design, development, and documentation -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
