Steve Nunez
Steve Nunez
Using --date YYYY-MM-DD for command line man page generation doesn't work.
Is there a way to insert a major section header, similar to the one that says **Documentation**, with a line under it? The use case is a site that's grown...
Perhaps instead of: Lem is the editor/IDE well-tuned for Common Lisp Something like: Lem is the editor/IDE well-tuned for _any_ language would be better and not frighten people wanting to...
```lisp CL-USER> (lisp-implementation-version) "Version 1.11.8 (v1.11.8-2-gd411e378) WindowsX8664" CL-USER> (float 41107100000541273/100000000000) 411071.03 ``` Hmm. If you work out the decimal points, the float is: 411071.00000541273, that's a long way from .03...
Using `describe` on a symbol where a symbol macro has been defined doesn't display the definition. It shows function and value slots as unbound, but doesn't give any indication it's...
The Windows 10 2004 release issue #311 also affects the 1.11 branch. Can we get this patch applied there?
Merge #233 fixes the MS Windows hanging problem, but is only available on master (1.12).
Can the clack-socket library be easily replaced? The reason is a use case that requires a 'clean' license dependency tree, from a commercial perspective, i.e. no copy-left licenses. Clack has...
A consolidated statistical library. https://github.com/Lisp-Stat/statistics
In Clozure, and perhaps other lisps (I couldn't try), the report format differs from that in the tutorial. Newlines are missing, e.g.: (cls-tests:run) # PROGRESS: ``` TESTS: (Test Suite) COMPOUND:...