On Wednesday, 14 August 2013 at 14:36:25 UTC, H. S. Teoh wrote:
Heh :)A computer doesn't mind if its programs are put to purposes that don't match their names. -- D. Knuth
Sometimes I read your replies just for the signature.
On the topic, I think the variant with the operators is more straightforward, e.g.:
less // a < bop!"<"
less!(5) // a < 5op!"<"(5)
etc.