Name: Anonymous 2012-01-21 6:59
How come it isn't used outside of academia?
(for-each (lambda (thread)
(for-each (lambda (post)
(if (eq (mod (number post) 11) 0)
(reply :thread thread
:name ""
:email "sage"
:text ">>%d nice dubz bro[i]![/i]")))
(post-list thread)))
thread-list)