{
    "version": "https:\/\/jsonfeed.org\/version\/1",
    "title": "Блог Антона Репушко: заметки с тегом lisp",
    "_rss_description": "Блог Антона Репушко",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/repushko.com\/tags\/lisp\/",
    "feed_url": "https:\/\/repushko.com\/tags\/lisp\/json\/",
    "icon": "https:\/\/repushko.com\/user\/userpic@2x.jpg?1608852798",
    "author": {
        "name": "Антон Репушко",
        "url": "https:\/\/repushko.com\/",
        "avatar": "https:\/\/repushko.com\/user\/userpic@2x.jpg?1608852798"
    },
    "items": [
        {
            "id": "59",
            "url": "https:\/\/repushko.com\/all\/cons-cells-v-lisp\/",
            "title": "Cons Cells в Lisp",
            "content_html": "<p>Если вам (как и мне) поначалу было тяжеловато понять концепт Cons Cells в Lisp, то на <a href=\"https:\/\/stackoverflow.com\/questions\/1317023\/what-is-the-definition-of-a-lisp-cons-cell\">Stack Overflow<\/a> есть емкое и краткое объяснение:<\/p>\n<blockquote>\n<p>Cons cells in general hold two pointers that can point to anything. General usage of course is to point to a «value» with the left one, and to another Cons cell (or nil) with the «right» one.<\/p>\n<\/blockquote>\n<p>car и cdr соответственно вернут первый элемент или второй.<\/p>\n",
            "date_published": "2023-01-12T02:30:13+03:00",
            "date_modified": "2023-01-12T02:31:27+03:00",
            "_date_published_rfc2822": "Thu, 12 Jan 2023 02:30:13 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "59",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        }
    ],
    "_e2_version": 3565,
    "_e2_ua_string": "E2 (v3565; Aegea)"
}