Michał "phoe" Herda

Results 359 comments of Michał "phoe" Herda

Can you link me to that post about readtables? W dniu 2017-05-11 11:00, Philipp Marek napisał(a): > @phoe [1] ah yeah, right. Forgot about those. > > He also talked...

This seems very implementation-dependent. AFAIK, an implementation might actually want to choose to implement `COMPLEMENT` this way as an optimization.

CL shies away from recursive code, because tail recursion is never guaranteed by the standard to be optimized. Therefore, for long enough lists, this implementation may blow the stack on...

Following the overall style of the specification, there's no need to replace `NTH` with `MY-NTH` - everywhere example implementations are added, the functions are named with their original names. One-branched...

More: for the sake of debugging, the original variable binding should not be modified. Instead of going `(setf list ...)` you should rather wrap the function body with `(let ((new-list...

No problem, I perfectly understand. I'm also trying to teach you a little bit of Lisp along the way. (: With this post, I'll try to show you my general...

No problem. Take your time, and, first and foremost, *always* test your code locally before you submit it. (I've made this mistake too many times myself. :)

If you can hack DokuWiki blockquote plugin into displaying Common Lisp syntax highlighting, then I'll be most glad. For now - I won't spend any time on it as I...

http://l1sp.org/html/ does what we want. Can we possibly teach l1sp.org how to redirect requests to CLUS?

@KZiemian it looks like we can scrape dpANS and CLUS - @rmhsilva is developing an effective way of doing this. Once we have the scraped material, we can use the...