<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2529828</guid>
        <pubDate>Wed, 10 Mar 2010 17:49:45 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2529828</link>
        <description><![CDATA[korvin: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=296940&view=findpost&p=2529804'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Alexey Dejneka &#064; <time class="tag-quote__quoted-time" datetime="2010-03-10T20:36:27+03:00">10.03.10, 17:36</time></span><div class='quote '><div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=296940&view=findpost&p=2528939'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Vesper &#064; <time class="tag-quote__quoted-time" datetime="2010-03-10T07:23:38+00:00">10.03.10, 07:23</time></span><div class='quote '>это возврат, #f ложь (она же NIL) а #t истина (Т)</div></div><br>
В языке Scheme, начиная по крайней мере с R<sup class='tag-sup'>5</sup>RS, #f (ложь), символ NIL и пустой список - это три разных объекта, в частности, NIL и () обозначают &quot;истину&quot;. #t (&quot;каноническая истина&quot;) и символ T также различаются.</div></div><br>
вообще-то Vesper в скобках приводил аналоги из Common Lisp&#39;а]]></description>
        <author>korvin</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2529804</guid>
        <pubDate>Wed, 10 Mar 2010 17:36:27 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2529804</link>
        <description><![CDATA[Alexey Dejneka: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=296940&view=findpost&p=2528939'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Vesper &#064; <time class="tag-quote__quoted-time" datetime="2010-03-10T07:23:38+00:00">10.03.10, 07:23</time></span><div class='quote '>это возврат, #f ложь (она же NIL) а #t истина (Т)</div></div><br>
В языке Scheme, начиная по крайней мере с R<sup class='tag-sup'>5</sup>RS, #f (ложь), символ NIL и пустой список - это три разных объекта, в частности, NIL и () обозначают &quot;истину&quot;. #t (&quot;каноническая истина&quot;) и символ T также различаются.]]></description>
        <author>Alexey Dejneka</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2529692</guid>
        <pubDate>Wed, 10 Mar 2010 16:23:05 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2529692</link>
        <description><![CDATA[Mokar: спасибо всем за помощь, но я честно говроя половина функций не знаю что делают и вот набросал свой вариант задачи, вроде работает. проверьте правильно ли все :<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">(define (sps2 p1 p2)</div><div class="code_line">(if (= (length p1) 0) 1</div><div class="code_line">(if (&#62; (length p1) (length p2)) 0</div><div class="code_line">(if (= (car p1) (car p2))</div><div class="code_line">(sps2 (cdr p1) (cdr p2)) 0))))</div><div class="code_line">&nbsp;</div><div class="code_line">(define (sps p1 p2)</div><div class="code_line">(if (&#62; (length p1) (length p2)) 0</div><div class="code_line">(if (= (sps2 p1 p2) 1) 1</div><div class="code_line">(sps p1 (cdr p2)))))</div></ol></div></div></div></div><script>preloadCodeButtons('1');</script>]]></description>
        <author>Mokar</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2529668</guid>
        <pubDate>Wed, 10 Mar 2010 16:08:19 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2529668</link>
        <description><![CDATA[korvin: <div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=296940&view=findpost&p=2528821'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Alexey Dejneka &#064; <time class="tag-quote__quoted-time" datetime="2010-03-10T04:02:18+00:00">10.03.10, 04:02</time></span><div class='quote '>Не фурычит:<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">CL-USER&#62; (sublistp &#39;(1 2 3 1 2 4) &#39;(1 2 3 1 2 3 1 2 4 5))</div><div class="code_line">NIL</div></ol></div></div></div></div><br>
Тупое решение:<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">(defun startp (list1 list2)</div><div class="code_line">&nbsp;&nbsp;(do ((rest1 list1 (cdr rest1))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; (rest2 list2 (cdr rest2)))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;((null rest1)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; t)</div><div class="code_line">&nbsp;&nbsp; &nbsp;(cond ((null rest2)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (return nil))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;((not (eql (car rest1) (car rest2)))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (return nil)))))</div><div class="code_line">&nbsp;</div><div class="code_line">(defun sublistp (list1 list2)</div><div class="code_line">&nbsp;&nbsp;(do ((rest2 list2 (cdr rest2)))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;((startp list1 rest2)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; t)</div><div class="code_line">&nbsp;&nbsp; &nbsp;(cond ((null rest2)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (return nil)))))</div></ol></div></div></div></div></div></div><br>
да, это я не учел =) <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2010-03-10T16:15:28+00:00">10.03.10, 16:15</time></span></span><br>
<div class='tag-quote'><a class='tag-quote-link' href='https://forum.sources.ru/index.php?showtopic=296940&view=findpost&p=2528649'><span class='tag-quote-prefix'>Цитата</span></a> <span class='tag-quote__quote-info'>Mokar &#064; <time class="tag-quote__quoted-time" datetime="2010-03-09T20:01:04+00:00">09.03.10, 20:01</time></span><div class='quote '><strong class='tag-b'>korvin</strong> спасибо большое за помощь<br>
 только не совсем понятно вот эта операция <strong class='tag-b'>block foo</strong> , для чего она нужна? <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2010-03-09T20:13:15+00:00">09.03.10, 20:13</time></span></span><br>
и пробовал щас запустить через MIT-GNU Scheme пишет ошибки(</div></div><br>
в следующий раз уточняйте диалект =)<br>
<br>
http://www.lispworks.com/documentation/HyperSpec/Body/s_block.htm#block]]></description>
        <author>korvin</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528939</guid>
        <pubDate>Wed, 10 Mar 2010 07:23:38 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528939</link>
        <description><![CDATA[Vesper: это возврат, #f ложь (она же NIL) а #t истина (Т)]]></description>
        <author>Vesper</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528857</guid>
        <pubDate>Wed, 10 Mar 2010 06:05:57 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528857</link>
        <description><![CDATA[Mokar: я не понимаю что значат операции #f , #t ?]]></description>
        <author>Mokar</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528823</guid>
        <pubDate>Wed, 10 Mar 2010 04:13:28 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528823</link>
        <description><![CDATA[Alexey Dejneka: На Scheme:<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">(define (startp list1 list2)</div><div class="code_line">&nbsp;&nbsp;(let loop ((rest1 list1) (rest2 list2))</div><div class="code_line">&nbsp;&nbsp; &nbsp;(cond ((null? rest1)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #t)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;((null? rest2)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #f)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;((not (eqv? (car rest1) (car rest2)))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #f)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(else</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (loop (cdr rest1) (cdr rest2))))))</div><div class="code_line">&nbsp;</div><div class="code_line">(define (sublistp list1 list2)</div><div class="code_line">&nbsp;&nbsp;(let loop ((rest2 list2))</div><div class="code_line">&nbsp;&nbsp; &nbsp;(cond ((startp list1 rest2)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #t)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;((null? rest2)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #f)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(else</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (loop (cdr rest2))))))</div></ol></div></div></div></div>]]></description>
        <author>Alexey Dejneka</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528821</guid>
        <pubDate>Wed, 10 Mar 2010 04:02:18 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528821</link>
        <description><![CDATA[Alexey Dejneka: Не фурычит:<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">CL-USER&#62; (sublistp &#39;(1 2 3 1 2 4) &#39;(1 2 3 1 2 3 1 2 4 5))</div><div class="code_line">NIL</div></ol></div></div></div></div><br>
Тупое решение:<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">(defun startp (list1 list2)</div><div class="code_line">&nbsp;&nbsp;(do ((rest1 list1 (cdr rest1))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; (rest2 list2 (cdr rest2)))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;((null rest1)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; t)</div><div class="code_line">&nbsp;&nbsp; &nbsp;(cond ((null rest2)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (return nil))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;((not (eql (car rest1) (car rest2)))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (return nil)))))</div><div class="code_line">&nbsp;</div><div class="code_line">(defun sublistp (list1 list2)</div><div class="code_line">&nbsp;&nbsp;(do ((rest2 list2 (cdr rest2)))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;((startp list1 rest2)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; t)</div><div class="code_line">&nbsp;&nbsp; &nbsp;(cond ((null rest2)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (return nil)))))</div></ol></div></div></div></div>]]></description>
        <author>Alexey Dejneka</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528649</guid>
        <pubDate>Tue, 09 Mar 2010 20:01:04 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528649</link>
        <description><![CDATA[Mokar: <strong class='tag-b'>korvin</strong> спасибо большое за помощь<br>
 только не совсем понятно вот эта операция <strong class='tag-b'>block foo</strong> , для чего она нужна? <br>
<br>
<span class="tag-color tag-color-named" data-value="gray" style="color: gray"><span class='tag-size' data-value='7' style='font-size:7pt;'>Добавлено <time class="tag-mergetime" datetime="2010-03-09T20:13:15+00:00">09.03.10, 20:13</time></span></span><br>
и пробовал щас запустить через MIT-GNU Scheme пишет ошибки(]]></description>
        <author>Mokar</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528595</guid>
        <pubDate>Tue, 09 Mar 2010 18:47:45 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2528595</link>
        <description><![CDATA[korvin: собственно а шо там делать?<br>
<br>
<div class='tag-code'><span class='pre_code'></span><div class='code  code_collapsed ' title='Подсветка синтаксиса доступна зарегистрированным участникам Форума.' style=''><div><div><ol type="1"><div class="code_line">(defun sublistp (xs ys &amp;key (test &#39;eql))</div><div class="code_line">&nbsp;&nbsp;(let ((list xs))</div><div class="code_line">&nbsp;&nbsp; &nbsp;(block foo</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp;(dolist (y ys)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;(cond ((null list)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (return-from foo t))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;((funcall test (first list) y)</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (setq list (cdr list)))</div><div class="code_line">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(t (setq list xs))))))</div><div class="code_line">&nbsp;</div><div class="code_line">;;; Testing:</div><div class="code_line">CL-USER&#62; (sublistp &#39;(1 2 3) &#39;(4 5))</div><div class="code_line">NIL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div><div class="code_line">CL-USER&#62; (sublistp &#39;(1 2 3) &#39;(1 2 4 5 6 7))</div><div class="code_line">NIL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div><div class="code_line">CL-USER&#62; (sublistp &#39;(1 2 3) &#39;(1 2 3 4 5 6 7))</div><div class="code_line">T &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div><div class="code_line">CL-USER&#62; (sublistp &#39;(1 2 3) &#39;(0 1 2 3 4 5 6 7))</div><div class="code_line">T &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div><div class="code_line">CL-USER&#62; (sublistp &#39;(1 2 3) &#39;(0 1 2 4 1 2 3 5 6 7))</div><div class="code_line">T</div></ol></div></div></div></div>]]></description>
        <author>korvin</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2527706</guid>
        <pubDate>Tue, 09 Mar 2010 07:42:46 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2527706</link>
        <description><![CDATA[Vesper: напиши проверку равенства первых элементов двух списков. Или найди, благо решается в одну строчку. Иначе эта тема - кандидат в &quot;Помощь студентам&quot;]]></description>
        <author>Vesper</author>
        <category>Lisp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2527290</guid>
        <pubDate>Mon, 08 Mar 2010 17:17:14 +0000</pubDate>
        <title>Задача по LISP.</title>
        <link>https://forum.sources.ru/index.php?showtopic=296940&amp;view=findpost&amp;p=2527290</link>
        <description><![CDATA[Mokar: Помогите пожалйста решить задачу. Нужно проверить является ли один список фрагментом другого списка. если можно какой-нибудь кусочек примера подсказать, спасибо.]]></description>
        <author>Mokar</author>
        <category>Lisp</category>
      </item>
	
      </channel>
      </rss>
	