Michał "phoe" Herda
Michał "phoe" Herda
https://web.hypothes.is/blog/supporting-open-annotation/
https://github.com/exercism/v3/issues/497 https://github.com/exercism/v3/pull/1350
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...
This is an omission in the standard. It states that `Since eq is used only rarely in this specification, eql is the default predicate when none is mentioned explicitly.` but...
``` 17:43 < Shinmera> It's a bit weird actually that function designators do not contain '(setf foo) despite '(setf foo) being a valid function name. 17:43 < beach> Indeed. Sounds...