NIM

Efficient, Expressive, Elegant

Created: 2008 Creator: Andreas Rumpf Typing: Static

// OVERVIEW

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula.

🐍

Python-like

Readable, clean syntax

âš¡

C Performance

Compiles to C, C++, JS

🔧

Metaprogramming

Macros, templates

examples.nim

                        

// USE CASES

Systems

Low-level programming

Web

Karax, Jester, Prologue

Game Dev

Nico, Raylib bindings

Tooling

Compilers, parsers

// RESOURCES