vindarel

Results 591 comments of vindarel

Where do you put CLOS' method combination (:after, :before, :around methods) in this picture ?

for reference this is how the Next browser does it: it registers hooks https://github.com/atlas-engineer/next/blob/master/source/hook.lisp and then uses a macro to define commands that automatically search for available hooks: https://github.com/atlas-engineer/next/blob/master/source/command.lisp#L25

see also this library: https://gitlab.com/Gnuxie/method-hooks When CLOS method combination kind of allow only one hook per method, this library allows an arbitrary number of them.

And this: https://github.com/scymtym/architecture.hooks/ which is now used in the Next browser. See also advices with a cross-implementation library (in the debug page).

The article: http://www.winestockwebdesign.com/Essays/Lisp_Curse.html I was thinking we could have a FAQ, and this could fit in it. last thread: https://www.reddit.com/r/lisp/comments/cznrhg/the_lisp_curse_submitted_8_years_ago_still/ I like this: > Of course it's stupid if everyone...

To mention, sure, I just wouldn't recommend it until I use it myself.

> occasional blog posts here and there what if we had a meta-issue called changelog to use as a blog, where someone (the commiter, a maintainer or someone else) can...

btw, I'm for a proper changelog now.

\+1 and finish once and for all with #44 !

That would be great ! Related to #104 ? Explaining and showing types. `trace` is covered in debugging. @arademaker I think the most important point of your link is covered...