<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>E_Mattsan</author_name>
  <author_url>https://blog.hatena.ne.jp/E_Mattsan/</author_url>
  <blog_title>エンジニアのソフトウェア的愛情</blog_title>
  <blog_url>https://blog.emattsan.org/</blog_url>
  <categories>
    <anon>Elixir</anon>
    <anon>めも</anon>
  </categories>
  <description># Rpn.eval &quot;3 1 - 2.1 +&quot; # =&gt; 4.1 defmodule Rpn do def eval(expression) do eval(tokenize(expression), []) end defp eval([], [result]), do: result defp eval([&quot;+&quot;|tokens], [rhs, lhs|stack]), do: eval(tokens, [lhs + rhs | stack]) defp eval([&quot;-&quot;|tokens], [rhs, lhs|stack]), do: eval(tokens, [lhs - rhs | …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.emattsan.org%2Fentry%2F20170330%2F1490849759&quot; title=&quot; RPN in Elixir - エンジニアのソフトウェア的愛情&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>2017-03-30 13:55:59</published>
  <title> RPN in Elixir</title>
  <type>rich</type>
  <url>https://blog.emattsan.org/entry/20170330/1490849759</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
