<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>minegishirei</author_name>
  <author_url>https://blog.hatena.ne.jp/minegishirei/</author_url>
  <blog_title>プログラミング学習サイト</blog_title>
  <blog_url>https://minegishirei.hatenablog.com/</blog_url>
  <categories>
    <anon> </anon>
  </categories>
  <description>andの使い方 andの短絡評価 orの使い方 lispで「偽」と判定されるもの Lisp言語において、andとorは論理演算子です。以下にそれぞれの使い方を説明します。 andの使い方 andは、引数の全てが真である場合に真を返します。以下は、andの使用例です。 ; x, y, zが全て真の場合に真を返す (and x y z) ; リストの要素が全て真の場合に真を返す (and 1 2 3) ; =&gt; 3 (and 1 () 3) ; =&gt; () andの短絡評価 注意点として、Lispにおいてandは短絡評価を行います。つまり、最初に偽となる値が見つかった時点で評価を中断し、その値を返…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fminegishirei.hatenablog.com%2Fentry%2F2023%2F04%2F24%2F093206&quot; title=&quot;Lispのandとorの使い方
 - プログラミング学習サイト&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-04-06 11:57:15</published>
  <title>Lispのandとorの使い方
</title>
  <type>rich</type>
  <url>https://minegishirei.hatenablog.com/entry/2023/04/24/093206</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
