<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zetamatta</author_name>
  <author_url>https://blog.hatena.ne.jp/zetamatta/</author_url>
  <blog_title>標準愚痴出力</blog_title>
  <blog_url>https://zetamatta.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>Go言語側で、割り算関数を定義する。gmnlisp においての割り算には整数割り算の (div) と、浮動小数点型実数による割り算の(quotient) が存在する。今回は (div) のオリジナル版を作成する。 割り算を取り上げたのは、割り算ではゼロ除算というエラーケースがあるためだ。このエラーはGo言語のエラー処理でも、ISLisp のエラー処理のどちらでも扱うことができる。 package main import ( &quot;context&quot; &quot;errors&quot; &quot;fmt&quot; &quot;github.com/hymkor/gmnlisp&quot; ) // 独自に作ったゼロ割り算エラー var errDivZer…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzetamatta.hatenablog.com%2Fentry%2F2025%2F07%2F25%2F231734&quot; title=&quot;gmnlisp で、ユーザ関数を定義する - 標準愚痴出力&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-07-25 23:17:34</published>
  <title>gmnlisp で、ユーザ関数を定義する</title>
  <type>rich</type>
  <url>https://zetamatta.hatenablog.com/entry/2025/07/25/231734</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
