It seems that nearly every post on reddit.com/r/programming
is about someone's lisp to X converter.
Is this true? The key is to measure.
$ python how_many_lisp_posts.py 'http://www.reddit.com/r/programming.json?limit=100'
1 out of 100 posts about lisp: 1.00%
(to feed into your own converter...)
$ python how_many_lisp_posts.py 'http://www.reddit.com/r/programming.json?limit=100' --result-as-lisp
(format t "~D out of ~D posts about lisp: ~F%" 1 100 (* 100 (/ 1 100)))