<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>Блог Антона Репушко: заметки с тегом lisp</title>
<link>https://repushko.com/tags/lisp/</link>
<description>Блог Антона Репушко</description>
<author>Антон Репушко</author>
<language>ru</language>
<generator>E2 (v3565; Aegea)</generator>

<itunes:owner>
<itunes:name>Антон Репушко</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>Блог Антона Репушко</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>Cons Cells в Lisp</title>
<guid isPermaLink="false">59</guid>
<link>https://repushko.com/all/cons-cells-v-lisp/</link>
<pubDate>Thu, 12 Jan 2023 02:30:13 +0300</pubDate>
<author>Антон Репушко</author>
<comments>https://repushko.com/all/cons-cells-v-lisp/</comments>
<description>
&lt;p&gt;Если вам (как и мне) поначалу было тяжеловато понять концепт Cons Cells в Lisp, то на &lt;a href="https://stackoverflow.com/questions/1317023/what-is-the-definition-of-a-lisp-cons-cell"&gt;Stack Overflow&lt;/a&gt; есть емкое и краткое объяснение:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;car и cdr соответственно вернут первый элемент или второй.&lt;/p&gt;
</description>
</item>


</channel>
</rss>