clus-data
clus-data copied to clipboard
Data for Common Lisp UltraSpec - http://phoe.tymoon.eu/clus/
``` 21:08 < theothor`> FWIW, https://dlmf.nist.gov/LaTeXML/ can parse the dpans repos with some tweaks. Returns xml, and can parse directly to html. It struggles with the table macros, but I...
https://web.hypothes.is/blog/supporting-open-annotation/
https://github.com/exercism/v3/issues/497 https://github.com/exercism/v3/pull/1350
Use `git config --global --replace-all core.whitespace "tab-in-indent,trailing-space"` to prevent further abomination. Probably I will get around to writing the perl one-liner for doing this at some point.
Hey, I'm writing this to be more of an open letter than a GitHub issue as it's directed not directly at the project, but at the people who are using...
> 16:33 < flip214> http://www.xach.com/naggum/articles/[email protected] > 16:33 < flip214> and http://www.xach.com/naggum/articles/[email protected]
`(let* ((x (list 1 2 3)) (y (list* 4 5 6 x))) (mapcan #'identity (list x y)))`
http://www.lispworks.com/documentation/lw71/CLHS/Body/f_mk_pkg.htm Side Effects should state: The package system is modified.
Wouldn't it be nice to have a ; before the => in the hyperspec, so that one can copy parts of the examples into the repl without having to manually...
``` 07:59 < beach> "If recursive-p is true, the call to read is expected to be made from within some function that itself has been called from read or from...