stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] shell command tab completion takes 6 seconds!


From: Shawn Betts
Subject: Re: [STUMP] shell command tab completion takes 6 seconds!
Date: Fri, 9 Apr 2010 18:25:24 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]