У нас вы можете посмотреть бесплатно What is the main killer-feature of Lisp? Let's see... [EN subs] или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video you will learn about the main killer-feature of Common Lisp – interactive development. This is an approach to development that allows you to quickly test ideas by changing the program on the fly while it is running. I demonstrate how the interactive approach works with a simple example. Almost from scratch, without restarting the program, we will create a small 3D world of several objects and add animation for them. And all this without restarting the program. On the fly! Share the video on social networks with friends who have not tried Lisp yet. If you don't know where to start programming in Lisp, watch this video with an overview of 8 different IDEs for working with Common Lisp: • Обзор 8 Common Lisp IDE! Какую выбрать? Timecodes 00:00 Start 02:00 Simple changes 07:53 Creating a game World 13:09 Adding objects 16:05 Looking inside the program 21:54 Adding a size storage slot 25:58 Changing objects in the inspector 27:40 Adding animation 32:35 And HERE IS ALL THE MOST INTERESTING! 34:47 We change the radius of rotation 36:42 Conclusion Links The code of the demo that I show in the video: https://github.com/40ants/interactive... The cl-raylib library that I used for graphics: https://github.com/longlene/cl-raylib Video about packages and systems: • В чём разница между пакетами, система... How to work with an inspector and understand someone else's code: • Как разобраться в чужом Lisp коде? Не... Overview of 8 IDE: • Обзор 8 Common Lisp IDE! Какую выбрать? You can support the project here: / ultralisp Connect to OpenSource development here: https://github.com/40ants Tags #commonlisp #interactive #demo