<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nimrod on Roads Less Taken</title><link>https://goran.krampe.se/categories/nimrod/</link><description>Recent content in Nimrod on Roads Less Taken</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 16 Sep 2015 00:00:00 +0000</lastBuildDate><atom:link href="https://goran.krampe.se/categories/nimrod/index.xml" rel="self" type="application/rss+xml"/><item><title>Who says Ni?</title><link>https://goran.krampe.se/2015/09/16/who-says-ni/</link><pubDate>Wed, 16 Sep 2015 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2015/09/16/who-says-ni/</guid><description>&lt;p>Ni is my &lt;a href="https://goran.krampe.se/spry" >own little language&lt;/a>
 heavily influenced by &lt;a href="http://www.world.st" target="_blank" rel="noopener noreferrer">Smalltalk&lt;/a>
 but also other sources like Rebol, Forth, Lisp, Self and Nim. Ni is a bit strange, but it&amp;rsquo;s not academic and really meant to become something useful.&lt;/p>
&lt;p>So put on your helmet and let me take you to the shrubbery&amp;hellip;&lt;/p></description></item><item><title>Nim and super</title><link>https://goran.krampe.se/2015/05/06/nim-and-super/</link><pubDate>Wed, 06 May 2015 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2015/05/06/nim-and-super/</guid><description>&lt;p>As I described in &lt;a href="https://goran.krampe.se/2014/10/29/nim-and-oo" >the&lt;/a>
 &lt;a href="https://goran.krampe.se/2014/10/31/nim-and-oo-part-ii" >earlier&lt;/a>
 &lt;a href="https://goran.krampe.se/2014/10/31/nim-and-oo-part-iii" >posts&lt;/a>
 Nim didn&amp;rsquo;t support &amp;ldquo;super calls&amp;rdquo; when using &lt;strong>methods&lt;/strong> instead of statically bound &lt;strong>procs and generics&lt;/strong>. My article caused a little bit of discussion around this on IRC and Andreas decided to implement the mechanism he already had planned - but had not fully decided a good name for.&lt;/p>
&lt;p>The other day Nim 0.11.2 &lt;a href="http://nim-lang.org/news.html#Z2015-05-04-version-0-11-2-released" target="_blank" rel="noopener noreferrer">was released&lt;/a>
 and it includes this mechanism. Let&amp;rsquo;s have a look how it works in my sample code&amp;hellip;&lt;/p></description></item><item><title>Nim</title><link>https://goran.krampe.se/2015/03/26/nim-voodoo/</link><pubDate>Thu, 26 Mar 2015 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2015/03/26/nim-voodoo/</guid><description>&lt;p>Having been a die hard Smalltalker since 1994 I have finally found a new language and community that I am investing myself in. All the Ruby, Python, various JVM languages, C# and Mono etc - none has managed to capture my interest. Ruby and Python always felt like pale shadows of Smalltalk and I really don&amp;rsquo;t want to be tied to the Java eco system, no matter what. And so on and on, lots of languages looking interesting but not being able to withstand my deeper look. As a Smalltalker I probably have acquired a particular taste.&lt;/p>
&lt;p>Since a few months I am however deeply into Nim. I have written a slew of articles about Nim, and at our company we have decided to bet hard on it. So far I have written a little utility called blimp in Nim, and I have helped creating Urhonimo - the Nim wrapper of the Urho3D game engine.&lt;/p>
&lt;p>With a deeper understanding of Nim, although I am far from good at it, what is it that makes me recommend you to try it?&lt;/p></description></item><item><title>Nim visits GTUG Stockholm</title><link>https://goran.krampe.se/2015/03/26/nim-visits-gtug/</link><pubDate>Thu, 26 Mar 2015 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2015/03/26/nim-visits-gtug/</guid><description>&lt;p>Yesterday I had the pleasure of presenting the programming language &lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
 at the &lt;a href="https://sites.google.com/site/stockholmgtug/" target="_blank" rel="noopener noreferrer">Stockholm GTUG&lt;/a>
.
This evening we were around 50 people, I would guess mainly developers, listening to three presentations:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="http://rust-lang.org" target="_blank" rel="noopener noreferrer">Rust&lt;/a>
, by &lt;a href="https://www.linkedin.com/in/johanburell" target="_blank" rel="noopener noreferrer">Johan Burell, EVRY&lt;/a>
&lt;/li>
&lt;li>&lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
, by Göran Krampe, 3DICC&lt;/li>
&lt;li>&lt;a href="http://golang,org" target="_blank" rel="noopener noreferrer">Go&lt;/a>
, by &lt;a href="https://www.linkedin.com/in/marcusolsson1" target="_blank" rel="noopener noreferrer">Marcus Olsson, Citerus&lt;/a>
&lt;/li>
&lt;/ul>
&lt;p>Now, that&amp;rsquo;s a pretty fitting trio of languages! :) This article is a little followup because I failed to mention so much stuff&amp;hellip;&lt;/p></description></item><item><title>Nim seq</title><link>https://goran.krampe.se/2014/12/03/nim-seq/</link><pubDate>Wed, 03 Dec 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/12/03/nim-seq/</guid><description>&lt;p>One of the most important aspects in a language is how powerful and easy it is to use its collection/container types. At least that is my feeling coming from Smalltalk where the Collection classes and their rather rich protocols are used extensively and also cover String and Array and much more. If you peek into the current leading open source Smalltalk - &lt;a href="http://pharo.org" target="_blank" rel="noopener noreferrer">Pharo&lt;/a>
 - you can see &lt;code>Collection allSubclasses size&lt;/code> evaluate to &lt;strong>78&lt;/strong>. Of course, lots of those are special subclasses and not for general use, but fact remains that a strong language &lt;strong>needs a strong library of good collections&lt;/strong>.&lt;/p>
&lt;p>In Smalltalk I can for example run this:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-smalltalk" data-lang="smalltalk">&lt;span class="line">&lt;span class="cl">&lt;span class="ss">#(&lt;/span>&lt;span class="m">1&lt;/span> &lt;span class="m">2&lt;/span> &lt;span class="m">3&lt;/span> &lt;span class="m">4&lt;/span> &lt;span class="m">5&lt;/span>&lt;span class="ss">)&lt;/span> &lt;span class="nf">select:&lt;/span> [&lt;span class="o">:&lt;/span>&lt;span class="nv">x&lt;/span> &lt;span class="o">|&lt;/span> &lt;span class="nv">x&lt;/span> &lt;span class="nf">isOdd&lt;/span> ] &lt;span class="nf">thenCollect:&lt;/span> [&lt;span class="o">:&lt;/span>&lt;span class="nv">x&lt;/span> &lt;span class="o">|&lt;/span> &lt;span class="nv">x&lt;/span> &lt;span class="nf">*&lt;/span> &lt;span class="m">3&lt;/span> ]
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>This is actually a single method call taking two closures, one to perform a &amp;ldquo;filtering&amp;rdquo;, and one to perform a &amp;ldquo;map&amp;rdquo;. This is not a standard message in &amp;ldquo;good old&amp;rdquo; Smaltalk-80, but it has eventually been added since the usage pattern is so common. To me personally a &lt;strong>modern language needs similar power&lt;/strong> or I would go nuts. :)&lt;/p></description></item><item><title>Nim and OO, Part IV</title><link>https://goran.krampe.se/2014/11/30/nim-and-oo-part-iv/</link><pubDate>Sun, 30 Nov 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/11/30/nim-and-oo-part-iv/</guid><description>&lt;p>As I described in &lt;a href="https://goran.krampe.se/2014/10/29/nim-and-oo" >the&lt;/a>
 &lt;a href="https://goran.krampe.se/2014/10/31/nim-and-oo-part-ii" >earlier&lt;/a>
 &lt;a href="https://goran.krampe.se/2014/10/31/nim-and-oo-part-iii" >posts&lt;/a>
 Nim didn&amp;rsquo;t support &amp;ldquo;super calls&amp;rdquo; when using &lt;strong>methods&lt;/strong> instead of statically bound &lt;strong>procs and generics&lt;/strong>. My article caused a little bit of discussion around this on IRC and Andreas decided to implement the mechanism he already had planned - but had not fully decided a good name for.&lt;/p>
&lt;p>The other day this mechanism &lt;a href="https://github.com/Araq/Nimrod/commit/105a0616a9da7c9c85adfa488a1db42eb17daafb" target="_blank" rel="noopener noreferrer">entered the devel branch&lt;/a>
 which means it will be official in the next release of Nim, which I suspect will be out before the end of 2014. It should be noted that devel is mainly undergoing bug fixing, so unless you are paranoid it&amp;rsquo;s pretty usable. Now&amp;hellip; of course I had to try out super calls in my sample code&amp;hellip;&lt;/p></description></item><item><title>Squeak to Nim, come in Nim...</title><link>https://goran.krampe.se/2014/11/03/squeak-to-nim/</link><pubDate>Mon, 03 Nov 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/11/03/squeak-to-nim/</guid><description>&lt;p>In my exploration of &lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
 the turn has come to see how we can use Nim together with &lt;a href="http://squeak.org" target="_blank" rel="noopener noreferrer">Squeak&lt;/a>
.&lt;/p>
&lt;p>Squeak (and Pharo) has two basic mechanisms of interfacing with the C world:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="http://stephane.ducasse.free.fr/FreeBooks/CollectiveNBlueBook/greenberg.pdf" target="_blank" rel="noopener noreferrer">Squeak VM plugins&lt;/a>
. That pdf is old, but still fairly accurate I guess.&lt;/li>
&lt;li>&lt;a href="http://wiki.squeak.org/squeak/1414" target="_blank" rel="noopener noreferrer">Squeak FFI&lt;/a>
, Foreign Function Interface.&lt;/li>
&lt;/ul>
&lt;p>The VM plugins are basically a controlled way to introduce new &amp;ldquo;named&amp;rdquo; primitives in Smalltalk that can be invoked from Smalltalk. A plugin can be built either linked into the VM binary (statically) or as a dynamically loaded library (dll, so, dylib etc). When &amp;ldquo;all else fails&amp;rdquo; a plugin is the way to go, but they are a bit awkward to work with.&lt;/p>
&lt;p>Then we have the FFI which is a generic way to dynamically call dynamically loaded libraries. In other words, no compilation step needed - just type the correct Smalltalk line and the library will load and the calls work. Now&amp;hellip; sure, the FFI mechanism is a bit slower, since it needs to look at arguments and make the proper type conversions for the call. But the FFI is heavily used in the commercial Terf system, in fact, all the OpenGL calls are done through it. So its quite proven, and not that slow.&lt;/p>
&lt;p>&lt;strong>NOTE:&lt;/strong> There are in fact several FFIs today, the old one, the one called Alien and Pharo is brewing a new one called UFFI.&lt;/p>
&lt;p>Let&amp;rsquo;s see if we can use the good old FFI with Nim.&lt;/p></description></item><item><title>Nim and OO, Part II</title><link>https://goran.krampe.se/2014/10/31/nim-and-oo-part-ii/</link><pubDate>Fri, 31 Oct 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/10/31/nim-and-oo-part-ii/</guid><description>&lt;p>In the &lt;a href="https://goran.krampe.se/2014/10/29/nim-and-oo" >previous article&lt;/a>
 when I explored OO mechanisms in &lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
 I felt I dropped the ball a bit in my Fruit example. This is a followup.&lt;/p>
&lt;p>In that article we first implemented some Fruit &amp;ldquo;classes&amp;rdquo; mixing methods and procs. Then I presented a cleaned up version using methods only, and a teeny template in order to reuse a base method. This template was needed since Nim currently doesn&amp;rsquo;t have a &amp;ldquo;call-next-method-matching&amp;rdquo; for multimethods like Dylan or CLOS have. This is being discussed and I think all agree that there needs to be &lt;strong>some&lt;/strong> mechanism so that you can call a &amp;ldquo;next lesser match&amp;rdquo; of all matching multimethods.&lt;/p>
&lt;p>But I also wrote that the example &lt;strong>can be written perfectly well using generics and procs only&lt;/strong>, thus ensuring static binding and maximum speed. But the &amp;ldquo;super call&amp;rdquo; problem also existed for procs, and the template hack was just a hack. After more experimentation I now &lt;strong>think I found the proper Nim way&lt;/strong> to do this so let&amp;rsquo;s take a look&amp;hellip;&lt;/p></description></item><item><title>Nim and OO, Part III</title><link>https://goran.krampe.se/2014/10/31/nim-and-oo-part-iii/</link><pubDate>Fri, 31 Oct 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/10/31/nim-and-oo-part-iii/</guid><description>&lt;p>So previously in &lt;a href="https://goran.krampe.se/2014/10/31/nim-and-oo-part-ii" >Nim and OO Part II&lt;/a>
 we saw how we could solve the &amp;ldquo;super call&amp;rdquo; issue using only procs and generics in &lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
. This means that all code is statically bound.&lt;/p>
&lt;p>But if you have read all these article you know I also tried the more appropriate mechanism for OO - so called &lt;strong>methods&lt;/strong>. In Nim a proc is a regular statically bound function, simple and fast. A &lt;strong>method&lt;/strong> on the other hand uses dynamic multimethod dispatch on the &lt;strong>runtime types&lt;/strong> of all object parameters. The easy way to do objects in Nim (with inheritance of behavior) is using methods - but of course, this means dynamic lookup that has a runtime cost, but quite small as we will see.&lt;/p>
&lt;p>Time for benchmarking!&lt;/p></description></item><item><title>Nim and OO</title><link>https://goran.krampe.se/2014/10/29/nim-and-oo/</link><pubDate>Wed, 29 Oct 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/10/29/nim-and-oo/</guid><description>&lt;p>&lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
 is presented as an &lt;strong>imperative&lt;/strong> language. And yes, it has some of its roots in the Pascal line of languages, but it also has a set of powerful abstraction mechanisms making it very suitable for object oriented programming. And when I write &lt;em>&amp;ldquo;object oriented&amp;rdquo;&lt;/em> I am referring to a broader flexible sense of OO in which objects can be formulated with attached behavior, polymorphism between different objects, some kind of reuse model of code (inheritance etc) and some type of dynamic dispatch.&lt;/p>
&lt;p>Since I am a &lt;a href="http://www.squeak.org" target="_blank" rel="noopener noreferrer">long time&lt;/a>
 &lt;a href="http://pharo.org" target="_blank" rel="noopener noreferrer">Smalltalker&lt;/a>
 that is my main reference for &lt;em>&amp;ldquo;good OO&amp;rdquo;&lt;/em> and not the &amp;hellip; monstrous OO often seen in Java or C++. Its hard to explain the differences, but let me just say that OO in Smalltalk is elegant and natural, very much like in Ruby or Python - but ever so more streamlined. Smalltalk is a dynamically strongly typed reflective language with a heavily closure based style.&lt;/p>
&lt;p>In this article I will try to make &amp;ldquo;sense&amp;rdquo; out of how to do OO in Nim.&lt;/p></description></item><item><title>Nim Socket Server</title><link>https://goran.krampe.se/2014/10/25/nim-socketserver/</link><pubDate>Sat, 25 Oct 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/10/25/nim-socketserver/</guid><description>&lt;p>In learning &lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
 I decided to implement a trivial Socket server, very small, as an example. Its &lt;strong>not a useful HTTP server&lt;/strong> (it just returns a hard coded HTTP response so we can benchmark it using HTTP tools), and its &lt;strong>not async&lt;/strong> - there are other such examples in the Nim examples directory and in its stdlib. No, I wanted to write a more classical threaded socket server to see how easy that is - especially with the new APIs in Nim &lt;a href="https://github.com/Araq/Nimrod/tree/bigbreak" target="_blank" rel="noopener noreferrer">&amp;ldquo;bigbreak&amp;rdquo;&lt;/a>
 - and see how it performs.&lt;/p>
&lt;p>The new &amp;ldquo;bigbreak&amp;rdquo; branch that will become Nim 0.10.0 soon-ish has a bunch of new stuff in the networking area. Its replacing the single &lt;code>sockets&lt;/code> module with a low level &lt;code>rawsockets&lt;/code> module, and a higher level &lt;code>net&lt;/code> module. And there is a new &lt;code>selectors&lt;/code> module that abstracts over different modern IO polling mechanisms. This means that a single API will use &lt;strong>epoll on Linux, kqueue on BSD/OSX, old select on the other Unices and IO Completion ports on Windows&lt;/strong>. At the moment epoll, select on &amp;ldquo;other Unices&amp;rdquo; and IO Completion ports works. kqueue is on the todo.&lt;/p>
&lt;p>So without further ado&amp;hellip;&lt;/p></description></item><item><title>I missed Nim</title><link>https://goran.krampe.se/2014/10/20/i-missed-nim/</link><pubDate>Mon, 20 Oct 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/10/20/i-missed-nim/</guid><description>&lt;p>A year ago I wrote an article trying to round up &lt;a href="http://goran.krampe.se/2013/09/07/new-languages-this-century" target="_blank" rel="noopener noreferrer">new languages since year 2000&lt;/a>
 and what I think of them by just&amp;hellip; glancing at them, or otherwise playing with them. I ended up sifting out the 4 most interesting in my not so humble opinion - &lt;a href="http://golang.org" target="_blank" rel="noopener noreferrer">Go&lt;/a>
, &lt;a href="http://www.rust-lang.org" target="_blank" rel="noopener noreferrer">Rust&lt;/a>
, &lt;a href="http://dartlang.org" target="_blank" rel="noopener noreferrer">Dart&lt;/a>
 and &lt;a href="http://julialang.org" target="_blank" rel="noopener noreferrer">Julia&lt;/a>
. Now a year has passed and&amp;hellip;&lt;/p>
&lt;p>&lt;strong>I discover that I missed Nim(Nimrod)!&lt;/strong>&lt;/p>
&lt;p>&lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
 was born somewhere around 2006-ish and is clearly a very serious language to consider, but is going suspiciously under the radar. Having reviewed this language more closely (and still doing so) I can safely say that &lt;strong>for me&lt;/strong> it actually easily &lt;strong>tops this list&lt;/strong>.&lt;/p>
&lt;p>I have already posted &lt;a href="http://goran.krampe.se/categories/nim" target="_blank" rel="noopener noreferrer">a few articles about Nim&lt;/a>
, but this one is meant as a &lt;em>followup&lt;/em> to &lt;a href="http://goran.krampe.se/2013/09/07/new-languages-this-century" target="_blank" rel="noopener noreferrer">that article&lt;/a>
 trying to make amends :).&lt;/p>
&lt;p>&lt;em>&lt;strong>NOTE:&lt;/strong> Technically &lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
 is still called &amp;ldquo;Nimrod&amp;rdquo; up to and including the &lt;a href="http://nim-lang.org/news.html#Z2014-10-19-version-0-9-6-released" target="_blank" rel="noopener noreferrer">0.9.6-release that was done yesterday&lt;/a>
. But for the upcoming 0.10.0 and onward its &lt;strong>Nim&lt;/strong>. Short and sweet.&lt;/em>&lt;/p></description></item><item><title>Nim wrapping C</title><link>https://goran.krampe.se/2014/10/16/nim-wrapping-c/</link><pubDate>Thu, 16 Oct 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/10/16/nim-wrapping-c/</guid><description>&lt;p>Nim has all the language mechanisms needed to smoothly interoperate with C and C++. The rather &lt;a href="https://github.com/Araq/Nimrod/tree/devel/lib/wrappers" target="_blank" rel="noopener noreferrer">large collection of wrapped C libraries&lt;/a>
 (and that&amp;rsquo;s only those in the standard libs) is also a testament to this fact. In this article I explain my personal findings testing out the waters of wrapping a simple C library.&lt;/p>
&lt;p>The basic approach to wrapping a simple C library is:&lt;/p>
&lt;ol start="0">
&lt;li>Install Nim.&lt;/li>
&lt;li>Install c2nim using Babel or manually clone c2nim from github and build it.&lt;/li>
&lt;li>Use c2nim to translate the C header file(s) to a so called Nim wrapper.&lt;/li>
&lt;li>Make a small test showing it works.&lt;/li>
&lt;li>Write a so called &lt;em>&amp;ldquo;impure&amp;rdquo;&lt;/em> intermediary library that uses the wrapper (next article)&lt;/li>
&lt;li>Make a test green and declare Victory (next article)&lt;/li>
&lt;/ol>
&lt;p>Okidoki&amp;hellip; (roll up sleeves)&lt;/p></description></item><item><title>Bootstrapping Nim(rod)</title><link>https://goran.krampe.se/2014/10/15/bootstrapping-nim/</link><pubDate>Wed, 15 Oct 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/10/15/bootstrapping-nim/</guid><description>&lt;p>Technically &lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
 is still called &lt;a href="http://nimrod-lang.org" target="_blank" rel="noopener noreferrer">Nimrod&lt;/a>
 up to and including upcoming bugfix version 0.9.6. But then with the next version 0.10.0 it will be just &lt;strong>Nim&lt;/strong>. Currently Nimrod is at &lt;a href="http://nimrod-lang.org/news.html#Z2014-04-21-version-0-9-4-released" target="_blank" rel="noopener noreferrer">0.9.4&lt;/a>
. And oh, the current development version is 0.9.5 which will become 0.9.6 when released - the &amp;ldquo;odd and even&amp;rdquo; versioning scheme.&lt;/p>
&lt;p>Nim can be a bit funky to get started with, typically due to a slight lack of documentation in certain areas that may be obvious to Nimmers (or Nimsters? Knights who say Nim?). This article tries to fill a few mental holes in the first steps.&lt;/p>
&lt;p>Also, &lt;strong>Nimsters like to do it in Nim&lt;/strong> - and often the reasons for this are very good, like maintaining portability or minimizing dependencies. Just don&amp;rsquo;t expect the classic autoconf dance here. As a Smalltalker I am fully versed in the &lt;a href="http://en.wikipedia.org/wiki/Not_invented_here" target="_blank" rel="noopener noreferrer">NIH syndrome&lt;/a>
 - which of course doesn&amp;rsquo;t always have to be a bad thing. Thankfully Nimmers also seem to balance it with a strong tradition of &lt;a href="https://gcc.gnu.org" target="_blank" rel="noopener noreferrer">standing on the shoulders of giants&lt;/a>
.&lt;/p>
&lt;p>So building Nim isn&amp;rsquo;t &lt;strong>hard&lt;/strong>, but it&amp;rsquo;s also not &lt;strong>obvious&lt;/strong> what is going on. There are of course &lt;a href="http://nimrod-lang.org/download.html" target="_blank" rel="noopener noreferrer">binary installers&lt;/a>
 available too, but hey, we want to hack!&lt;/p></description></item><item><title>Here Comes Nim!</title><link>https://goran.krampe.se/2014/10/13/here-comes-nim/</link><pubDate>Mon, 13 Oct 2014 00:00:00 +0000</pubDate><guid>https://goran.krampe.se/2014/10/13/here-comes-nim/</guid><description>&lt;p>I just posted an article comparing some silly benchmarks between Cog Smalltalk and LuaJIT2. Now&amp;hellip; let&amp;rsquo;s take a look at one of the latest &amp;ldquo;Cool Kids&amp;rdquo; on the language front, Nimrod - or as it has been renamed - &lt;a href="http://nim-lang.org" target="_blank" rel="noopener noreferrer">Nim&lt;/a>
.&lt;/p></description></item></channel></rss>