<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mzp</author_name>
  <author_url>https://blog.hatena.ne.jp/mzp/</author_url>
  <blog_title>みずぴー日記</blog_title>
  <blog_url>https://mzp.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>メモ</anon>
  </categories>
  <description>るびマ出張版より。_という変数名を使うと、関数型言語の人には分りやすくなりますよ、という話。たとえば、連想リストから検索するコードはこう書いてた。 array = [['foo','bar'],['hoge','hage']] p array.find{|a,b| # bは使わない a == 'hoge' } でも、_を使うとこの変数を使わないというのがわかりやすくなる。(関数型言語の人には) array = [['foo','bar'],['hoge','hage']] p array.find{|a,_| a == 'hoge' } いいね。今度から、これを使おう。でも、こういうコードが有…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmzp.hatenadiary.org%2Fentry%2F20070714%2Funderbar&quot; title=&quot;_(アンダーバー) - みずぴー日記&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>2007-07-14 00:00:01</published>
  <title>_(アンダーバー)</title>
  <type>rich</type>
  <url>https://mzp.hatenadiary.org/entry/20070714/underbar</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
