Honestly, you just need cron (and Ruby/Python/bash/whatever) on an EC2. It's not very fashionable, but it works, will continue to work forever, and costs hardly anything.
((a, b) => a * b)(6, 4);
...against the Clojure: ((fn [a b] (* a b)) 6 4)
Not a lot in it, really, is there?