<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Variables on Mi&amp;Bee Blog</title><link>https://blog.mickeyzzc.tech/en/tags/variables/</link><description>Recent content in Variables on Mi&amp;Bee Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>蓝宝石的傻话</managingEditor><lastBuildDate>Wed, 22 Apr 2026 14:00:00 +0800</lastBuildDate><atom:link href="https://blog.mickeyzzc.tech/en/tags/variables/rss.xml" rel="self" type="application/rss+xml"/><item><title>Basic Syntax: Variables, Types, and Control Flow</title><link>https://blog.mickeyzzc.tech/en/posts/programming/go-basic-syntax/</link><pubDate>Wed, 28 Jan 2026 14:30:00 +0800</pubDate><guid>https://blog.mickeyzzc.tech/en/posts/programming/go-basic-syntax/</guid><description>&lt;p&gt;This article is based on Go 1.26.&lt;/p&gt;
&lt;p&gt;In the previous article, we discussed Go&amp;rsquo;s design philosophy and your first Hello World program. This time, let&amp;rsquo;s dive directly into syntax—variables, types, control flow, functions, composite types, and pointers. The core goal is simple: &lt;strong&gt;enable you to read and write basic Go code&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Go&amp;rsquo;s syntax design philosophy is &lt;strong&gt;simplicity over complexity&lt;/strong&gt;—eliminating unnecessary syntactic sugar while keeping things clear and intuitive. If you&amp;rsquo;re coming from another language, you&amp;rsquo;ll find Go&amp;rsquo;s learning curve relatively gentle because it has few syntactic features, but each one is practical.&lt;/p&gt;</description></item><item><title>Basic Syntax: Variables, Types, and Pattern Matching</title><link>https://blog.mickeyzzc.tech/en/posts/programming/rust-basic-syntax/</link><pubDate>Wed, 22 Apr 2026 14:00:00 +0800</pubDate><guid>https://blog.mickeyzzc.tech/en/posts/programming/rust-basic-syntax/</guid><description>&lt;p&gt;In the previous post, we discussed why Rust is worth learning and how to run your first Hello World. This post dives directly into syntax—variables, types, control flow, functions, and pattern matching. The core goal is simple: &lt;strong&gt;enable you to read and write Rust code&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;If you have a Go background, none of these concepts will be unfamiliar. I&amp;rsquo;ll provide comparisons at key points to help map your existing knowledge to Rust.&lt;/p&gt;</description></item></channel></rss>