<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Exploration on Jansen N. J.</title><link>https://jnsn.in/tags/exploration/</link><description>Recent content in Exploration on Jansen N. J.</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 21 Jul 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://jnsn.in/tags/exploration/index.xml" rel="self" type="application/rss+xml"/><item><title>Stumbling Into the Golang Spec and Trying to Make Sense of It</title><link>https://jnsn.in/blog/how-to-read-golang-specification/</link><pubDate>Mon, 21 Jul 2025 00:00:00 +0000</pubDate><guid>https://jnsn.in/blog/how-to-read-golang-specification/</guid><description>&lt;p&gt;I am not sure whether this is worth reading, because the Go specification is good and self-contained. Anyway, I&amp;rsquo;m writing this. The Go language specification describes a general standard for the language itself and describes the syntax using &lt;a href="https://en.wikipedia.org/wiki/Wirth_syntax_notation" class="link"&gt;&#10; Wirth syntax notation&#10;&lt;/a&gt;&#10;, a variant of &lt;a href="https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form" class="link"&gt;&#10; EBNF&#10;&lt;/a&gt;&#10;. So I want to learn about the interface type in Go, and the first thing I want to know is how it is formed within a program, and I headed to &lt;a href="https://go.dev/ref/spec#InterfaceType" class="link"&gt;&#10; Go Programming Language Specification&#10;&lt;/a&gt;&#10;.&lt;/p&gt;</description></item></channel></rss>