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.
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.
Nim Continuous Integration for Nim using Circle CI Using CircleCI to provide Continuous Integration for Nim projects.
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.
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#.