<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mhayashi1120</author_name>
  <author_url>https://blog.hatena.ne.jp/mhayashi1120/</author_url>
  <blog_title>まにっき</blog_title>
  <blog_url>https://mhayashi1120.hatenadiary.org/</blog_url>
  <categories>
    <anon>Emacs</anon>
    <anon>elisp</anon>
  </categories>
  <description>それにしても elisp ってなんで list 操作の関数をもうちょっと潤沢に標準でサポートしてくれないものか。 cl 関数とか名前分かりづらいし長い。めんどくさい。で、名前空間なんとかして標準で添付できないのかと考えてて、ふと思ったのが、keyword シンボルに関数定義できるんだっけ？ (set :hoge 1) =&gt; Attempt to set a constant symbol: :hoge変数セルには何も代入できない。これは知ってた。 (fset :hoge (lambda (x) (1+ x))) (:hoge 3) =&gt; 4!!!!関数セルには代入できるんじゃん。びっくりしたー…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmhayashi1120.hatenadiary.org%2Fentry%2F20120124%2F1327414324&quot; title=&quot; 定数シンボルに fset - まにっき&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>2012-01-24 23:12:04</published>
  <title> 定数シンボルに fset</title>
  <type>rich</type>
  <url>https://mhayashi1120.hatenadiary.org/entry/20120124/1327414324</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
