Как разобраться в чужом Lisp коде? Несколько советов.

After watching this video and practicing a little, you will learn how to better navigate someone else's code, even if there is no documentation for it. Here I tell you how to explore someone else's code on lisp. I'll show you my way of exploring other people's libraries and how to use the IDE to find definitions of classes, functions and methods, as well as a trick with which you can remove unnecessary generic function methods. Well, let's touch a little on the topic of macro research. Timecodes 00:00 Start 02:14 What packages does the ASDF system create? 05:45 How does fuzzy-completion help? 08:24 Where is the code buried? 12:34 Working with generic functions. 16:58 Removing unnecessary methods. 21:06 Debugging macros. Links Video about packages and ASDF systems:    • В чём разница между пакетами, системами и ...   Library for Telegram bots: https://github.com/40ants/cl-telegram... Code for finding packages: https://gist .github.com/svetlyak40wt/3ba86647a3bceb3079a877da12b33b82 Video about the IDE:    • Обзор 8 Common Lisp IDE! Какую выбрать?   You can support the project here:   / ultralisp   Connect to OpenSource development here: https://github.com/40ants Tags #commonlisp, #programming, #lisp