Custom Query (1030 matches)
Results (538 - 540 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #394 | invalid | Please consider enabling EGC by default | ||
| Description |
On Linux/x86_64, I've found CCL to perform slightly better with EGC enabled, even for batch jobs. Obviously, for interactive tasks EGC appears to be a big win (avoiding the 0.7 second pauses that I get with the ordinary GC). Please consider enabling the EGC by default, at least on Linux. |
|||
| #654 | invalid | TYPE-OF incorrect for bignums | ||
| Description |
CL-USER> (lisp-implementation-version) "Version 1.5-dev-r13405M-trunk (LinuxX8664)" CL-USER> (type-of (expt 2 64)) (INTEGER 1152921504606846976) CL-USER> (type-of (expt 2 100)) (INTEGER 1152921504606846976) CL-USER> (type-of (expt 2 1000)) (INTEGER 1152921504606846976) CL-USER> (type-of (expt 2 10000)) (INTEGER 1152921504606846976) |
|||
| #511 | duplicate | It is hard to type a # on a uk keyboard | ||
| Description |
When I use the CCL IDE on my UK macbook pro, I cannot type the # character. On all macintosh applications I use routinely, this character is available as alt-3 (shift three generates the 'pound sterling' currency symbol). Pressing alt-3 in an editor or listener window appears to trigger the start of some emacs like command, causing C-U 3 to appear at the bottom of the window. This fatally prevents me from writing lisp code in CCL's IDE from this keyboard. |
|||
