Common Lisp: Handling RSS. (Website from scratch pt3)

Опубликовано: 18 Октябрь 2024
на канале: Josh Betts
2,286
64

In this episode we use a library called Dexador and cl-feedparser to grab content from my Youtube channel and display it on the website.


I made a mistake when I wrote (declare (ignore entry feed)) it should be (declare (ignorable entry feed))
The compiler would complain if you tried to use variables declared as ignored!



cl-feedparser: https://github.com/ruricolist/cl-feed...
dexador: https://github.com/fukamachi/dexador