Euan's Blog
  • Home
  • About
  • GitHub
Sign in Subscribe

Nim

A collection of 5 posts
Nim

Validating strings at compile time

In my previous post, I looked at one way of solving a problem when interfacing with a library that takes a string argument with a list of parameters, such as the pledge(2) system call in OpenBSD.
09 Jun 2020 8 min read
Nim

Generating strings at compile time in Nim

Simplifying APIs that take string parameters using Nim to provide a strongly typed wrapper that generates strings at compile time.
05 May 2020 6 min read
Nim

Continuous Integration for Nim using Circle CI

Using CircleCI to provide Continuous Integration for Nim projects.
25 Jun 2017 3 min read
Nim

Faster Command Line Tools in Nim

After having read the blog post titled Faster Command Line Tools in D by Jon Degenhardt on the D Blog, I was interested to see how Nim would stack up performing the same task.
25 May 2017 5 min read
C#

Using Nim with C# .NET

Nim is a statically typed programming language that compiles to C. In this post, I will show how code written in Nim can be integrated within programs written for the .NET framework in C#.
30 Sep 2016 3 min read
Page 1 of 1
Euan's Blog © 2025
Powered by Ghost