<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Functional-Programming on Felix Seifert</title>
		<link>https://felix-seifert.com/blog/tags/functional-programming/</link>
		<description>Recent content in Functional-Programming on Felix Seifert</description>
		<generator>Hugo</generator>
		<language>en-gb</language>
		
		
		
			<copyright>Felix Seifert</copyright>
		
		
			<lastBuildDate>Mon, 24 Aug 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://felix-seifert.com/blog/tags/functional-programming/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Go 1.27 Generic Methods: Finally Chain Methods Like in Java Streams</title>
				<link>https://felix-seifert.com/blog/go-generic-methods-stream-api/</link>
				<pubDate>Mon, 24 Aug 2026 00:00:00 +0000</pubDate>
				<guid>https://felix-seifert.com/blog/go-generic-methods-stream-api/</guid>
				<description>&lt;p&gt;Go liked to keep its distance from Java&amp;rsquo;s more expressive style; fluent chains like &lt;code&gt;.stream().filter().map().collect()&lt;/code&gt;, more like in functional programming, have not really been possible. That gap just got smaller. The recently released Go 1.27 adds &lt;strong&gt;generic methods&lt;/strong&gt;, and it quietly unlocks this kind of chained, type-changing pipelines that Java developers can enjoy since Java 8.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-change&#34;&gt;The Change&lt;/h2&gt;&#xA;&lt;p&gt;To share some definition first to ensure a common understanding: In object-oriented programming, a function is a named stand-alone block of code, while a method is associated with a class/object/struct (&lt;a href=&#34;https://stackoverflow.com/a/155655&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Stackoverflow description&lt;/a&gt;).&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
