I found this amusing so I thought I'd share. The same command run on 3
different implementations:

Lispworks:

ND> (length (directory "/usr/bin/*"))
864

SBCL:

* (length (directory "/usr/bin/*"))
815

CLISP:

[12]> (length (directory "/usr/bin/*"))
908

-Shawn


_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to