var container = document.createElement("div");
container.innerHTML = "<h3 class=\"feed-title\"><a href=\"http://planet.lisp.org/\" target=\"_blank\">Planet Lisp<\/a><\/h3><h4 class=\"feed-item-title\"><a href=\"https://scottlburson2.blogspot.com/2024/09/equality-and-comparison-in-fset.html\" target=\"_blank\">Scott L. Burson: Equality and Comparison in FSet<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://kvardek-du.kerno.org/2024/09/interview-about-lisp-at-siscog.html\" target=\"_blank\">Luís Oliveira: Interview about Lisp at SISCOG<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://lisp-journey.gitlab.io/blog/common-lisp-equality-predicates/\" target=\"_blank\">vindarel: Common Lisp: equality functions explained (=, eq, equal, string= et all)<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"https://www.tfeb.org/fragments/2024/08/18/wild-pathnames-in-common-lisp/?utm_source=lisp&amp;utm_medium=RSS\" target=\"_blank\">Tim Bradshaw: Wild pathnames in Common Lisp<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://johnj.com/posts/to-the-metal/\" target=\"_blank\">John Jacobsen: To The Metal... Compiling Your Own Language(s)<\/a><\/h4><h4 class=\"feed-item-title\"><a href=\"http://within-parens.blogspot.com/2024/08/helping-he-again-and-again.html\" target=\"_blank\">Marco Antoniotti: Helping HE&amp;Lambda;P Again!  ... and Again!<\/a><\/h4><div style=\"text-align: end;\">\n  <a href=\"https://rss.bloople.net/\" target=\"_blank\" style=\"color: #000000;\">Powered by RSS 2 HTML<\/a>\n<\/div>\n\n<!-- To create this output, visit: https://rss2html.net/build_embeds/new?embed_render_title=true&feed_render_description=false&feed_render_image=false&item_count=6&item_render_body=false&strip_html=false&template=legacy&url=https%3A%2F%2Fplanet.lisp.org%2Frss20.xml -->\n";
var nodes = [].slice.call(container.childNodes);
var script = document.scripts[document.scripts.length - 1];
var parent = script.parentNode;
while(nodes.length > 0) parent.insertBefore(nodes.shift(), script);
parent.removeChild(script);
