Michał "phoe" Herda

Results 359 comments of Michał "phoe" Herda

What does "make CEPL usable again" mean? I have no idea what broke all of CEPL; all I know is that, at the time or writing this bug, this code...

If I understand correctly, then fixing this on FN side will prevent the stack overflows mentioned in linked tickets.

No need to whale on it; just figure out a way to not call `compiler-macroexpand-1` on a form if the `car` of this form has been declared `notinline` in the...

IMO this function is available everywhere enough - see https://github.com/Zulu-Inuoe/trivial-cltl2/ on http://portability.cl/

> A curse, because the user is free to make changes which have ridiculous knock-on effects, like redefining the `defclass` macro or the `load` function Common Lisp user here, explaining...

Yep - as soon as I have some time, I'll happily contribute, perhaps cannibalizing some code from https://github.com/wmannis/simple-rgb or https://github.com/privet-kitty/dufy . I put this issue here mostly so I don't...

You should use `defsystem-depends-on` if you want the trivial-features to influence the reader.

It would be even better if we first checked if such a method already exists - then we can avoid overwriting it.

The CL standard won't ever move, but we can try to write some good enough APIs and documentation and tests and examples to try and make it a de-facto standard....

> I do not recommend it, unless you have tons of free time. There are other ways to spend your life on. I think that a decent and working and...