beef331 / website

Code for the official Nim programming language website
https://nim-lang.org
18 stars 1 forks source link

Amalgamating Nim programs #15

Closed ghost closed 3 years ago

ghost commented 3 years ago

Name: [Blog post] Amalgamating Nim programs

Author: Danil Yarantsev (@Yardanico)

Posting: In this blog post I talk about amalgamating Nim programs with CIL. Amalgamation is a process (popularised and used by the widely known SQLite project) of combining multiple source files into a single file. We can use that to compile Nim programs into single-file C programs that can be distributed more easily, or used in contexts where using Nim directly is not possible.

======================== The link to the blog post is https://zen.su/posts/amalgamating-nim-programs/, but I'm not sure where to insert it. Maybe put the link in the name (anchor)?