<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Polyglot on akos.ma</title><link>https://akos.ma/tags/polyglot/</link><description>Recent content in Polyglot on akos.ma</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 19 Jun 2026 00:00:00 +0200</lastBuildDate><atom:link href="https://akos.ma/tags/polyglot/index.xml" rel="self" type="application/rss+xml"/><item><title>Conway in Haskell</title><link>https://akos.ma/blog/conway-in-haskell/</link><pubDate>Fri, 19 Jun 2026 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-haskell/</guid><description>&lt;p&gt;At this point it&amp;rsquo;s becoming increasingly clear that I can ask &lt;a href="https://cursor.com/"&gt;Cursor&lt;/a&gt; to read any of the implementations of my &lt;a href="https://gitlab.com/akosma/Conway/"&gt;Conway&lt;/a&gt; project and translate that into any other programming language that I want; this is what I&amp;rsquo;ve done last year with &lt;a href="https://akos.ma/blog/conway-in-nasm/"&gt;NASM&lt;/a&gt;, &lt;a href="https://akos.ma/blog/conway-in-scala/"&gt;Scala&lt;/a&gt;, and &lt;a href="https://akos.ma/blog/conway-in-bash/"&gt;Bash&lt;/a&gt;, and this year with Haskell.&lt;/p&gt;</description></item><item><title>Conway in NASM</title><link>https://akos.ma/blog/conway-in-nasm/</link><pubDate>Fri, 29 Aug 2025 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-nasm/</guid><description>&lt;p&gt;And here we go again with &lt;a href="https://akos.ma/tags/vibe-coding/"&gt;vibe coding&lt;/a&gt;: this time with &lt;a href="https://claude.ai/"&gt;Claude&lt;/a&gt;, I translated the &lt;a href="https://gitlab.com/akosma/Conway/-/tree/master/TurboPascal"&gt;Turbo Pascal&lt;/a&gt; version of Conway into &lt;a href="https://nasm.us/"&gt;Netwide Assembler or NASM&lt;/a&gt; for Linux 64-bit.&lt;/p&gt;</description></item><item><title>Conway in Borland Delphi</title><link>https://akos.ma/blog/conway-in-borland-delphi/</link><pubDate>Fri, 27 Jun 2025 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-borland-delphi/</guid><description>Yet another version of my Polyglot Conway project, this time in good old Borland Delphi 1.0 (which recently celebrated its 30th anniversary!) from 1995, running on Windows 3.1, and as usual you can find the source code on my GitLab account.</description></item><item><title>Conway in Scala</title><link>https://akos.ma/blog/conway-in-scala/</link><pubDate>Fri, 30 May 2025 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-scala/</guid><description>&lt;p&gt;Another week, another version of my &lt;a href="https://akos.ma/blog/polyglot-conway/"&gt;Polyglot Conway project&lt;/a&gt;, this time in &lt;a href="https://www.scala-lang.org/"&gt;Scala&lt;/a&gt;, a version bootstrapped with the help of ChatGPT.&lt;/p&gt;</description></item><item><title>Conway in Bash</title><link>https://akos.ma/blog/conway-in-bash/</link><pubDate>Fri, 18 Apr 2025 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-bash/</guid><description>&lt;p&gt;I&amp;rsquo;ve added a new version to my venerable &lt;a href="https://akos.ma/blog/polyglot-conway/"&gt;Polyglot Conway project&lt;/a&gt;, this time as a good old &lt;a href="https://gitlab.com/akosma/Conway/-/tree/master/Bash"&gt;Bash script&lt;/a&gt;, a version bootstrapped with the help of ChatGPT.&lt;/p&gt;</description></item><item><title>Conway in C89</title><link>https://akos.ma/blog/conway-in-c89/</link><pubDate>Fri, 07 Feb 2025 00:00:00 +0100</pubDate><guid>https://akos.ma/blog/conway-in-c89/</guid><description>&lt;p&gt;Another year, another version of my &lt;a href="https://akos.ma/blog/polyglot-conway/"&gt;Polyglot Conway project&lt;/a&gt;, this time for &lt;a href="https://en.wikipedia.org/wiki/ANSI_C"&gt;C89&lt;/a&gt;, also known as &amp;ldquo;ANSI C&amp;rdquo;, targeting quite a few compilers of the early 1990s, and some others from our more recent times.&lt;/p&gt;</description></item><item><title>The Core Idea of this Blog is Migrations</title><link>https://akos.ma/blog/the-core-idea-of-this-blog-is-migrations/</link><pubDate>Fri, 17 Nov 2023 00:00:00 +0100</pubDate><guid>https://akos.ma/blog/the-core-idea-of-this-blog-is-migrations/</guid><description>&lt;p&gt;This blog, made of writing pieces I published online in various formats since 1996 to today, is the reflection of the various migrations I&amp;rsquo;ve experienced through my life.&lt;/p&gt;</description></item><item><title>Conway in Minimal BASIC</title><link>https://akos.ma/blog/conway-in-minimal-basic/</link><pubDate>Fri, 11 Aug 2023 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-in-minimal-basic/</guid><description>Last Monday I released the 59th issue of De Programmatica Ipsum, my dear monthly magazine about code, developers, and society, and this month I talked about BASIC in all of its flavors. As part of the preparation of this issue, I dived into the world of Minimal BASIC code, the one with source code line numbers, the one that would start immediately after powering up your computer, and the one that brings endless nostalgia.</description></item><item><title>Conway with the Zig Programming Language</title><link>https://akos.ma/blog/conway-with-the-zig-programming-language/</link><pubDate>Fri, 21 Jul 2023 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/conway-with-the-zig-programming-language/</guid><description>&lt;p&gt;As suggested in a &lt;a href="https://akos.ma/blog/yup-still-learning-a-new-programming-language-every-year/"&gt;previous article&lt;/a&gt;, this year&amp;rsquo;s candidate of my lifetime programming language learning activity is &lt;a href="https://ziglang.org/"&gt;Zig&lt;/a&gt;, and I decided to &lt;a href="https://gitlab.com/akosma/Conway/-/tree/master/Zig"&gt;reimplement Conway with it&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>On Being a Generalist</title><link>https://akos.ma/blog/on-being-a-generalist/</link><pubDate>Fri, 10 Jun 2022 00:00:00 +0200</pubDate><guid>https://akos.ma/blog/on-being-a-generalist/</guid><description>&lt;p&gt;There is a lot of discussion online these days about the relative benefits (and drawbacks) of being a generalist software developer.&lt;/p&gt;</description></item></channel></rss>