Custom Query (1030 matches)
Results (193 - 195 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1082 | notabug | wrong *print-circle* handling by format directive ~:* | ||
| Description |
Use case: (setf *print-circle* t)
(format nil "~{~A ~:*~A, ~}" '("77" "88"))
=> "#1=77 #1#, #2=88 #2#, "
Expected value => "77 77, 88 88, " |
|||
| #1078 | notabug | cl-http port | ||
| Description |
hi i tend to prefer ccl over other cl implementations. but, when i decided to use it as a web application programing tool recently on a lisp-based http server,like cl-http or hunchentooth, i discovered these http servers does not support ccl, many implementations have ports but ccl not. i am a macintosh and debian user. |
|||
| #1077 | fixed | *command-line-argument-list* is undocumented | ||
| Description |
The ccl-documentation.html does not mention *command-line-argument-list*. I believe it should. :) If you supply me with a specification of CCL command line argument handling, I offer writing the missing documentation myself. Cheers, max PS: Thanks for the great work on ccl! |
|||
