The Nim programming language
Nim is a systems programming language with a focus on efficiency, expressiveness, and elegance.
Pinned Repositories
c2nim
c2nim is a tool to translate Ansi C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand before and after the translation process.
langserver
The Nim language server implementation (based on nimsuggest)
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
nimble
Package manager for the Nim programming language.
nimforum
Lightweight alternative to Discourse written in Nim
nimony
Nimony is a new Nim implementation that is in heavy development.
packages
List of packages for Nimble
RFCs
A repository for your Nim proposals.
sdl2
Nim wrapper for SDL 2.x
website
Code for the official Nim programming language website
The Nim programming language's Repositories
nim-lang/c2nim
c2nim is a tool to translate Ansi C code to Nim. The output is human-readable Nim code that is meant to be tweaked by hand before and after the translation process.
nim-lang/ui
Beginnings of what might become Nim's official UI library.
nim-lang/NimLime
The official Nim programming language plugin for Sublime Text
nim-lang/nim-mode
An emacs major mode for the Nim programming language
nim-lang/RFCs
A repository for your Nim proposals.
nim-lang/fusion
Fusion is for now an idea about how to grow Nim's ecosystem without the pain points of more traditional approaches.
nim-lang/bigints
BigInts for Nim
nim-lang/opengl
An OpenGL wrapper for Nim
nim-lang/x11
x11 wrapper for Nim
nim-lang/assets
nim-lang/csources_v1
CSources compiled from Nim version 1. Supports more CPU/OS combinations than the older csources repository.
nim-lang/sat
A SAT solver written in Nim
nim-lang/punycode
Implements a representation of Unicode with the limited ASCII character subset in Nim.
nim-lang/wiki
nim-lang/csources_v2
CSources compiled from Nim version 2.
nim-lang/ci_bench
A simple performance dashboard for the Nim language
nim-lang/ast-pattern-matching
A library to do pattern matching on the AST in the Nim programming language.
nim-lang/cgi
Helper procs for CGI applications in Nim.
nim-lang/sdl1
SDL v1.2 wrapper for Nim.
nim-lang/htmlparser
Parse a HTML document in Nim
nim-lang/testspec
in progress
nim-lang/asyncftpclient
FTP client implementation, adapted from the Nim standard library
nim-lang/backport
backport requests
nim-lang/cello
A string library
nim-lang/httpbeast
A highly performant, multi-threaded HTTP 1.1 server written in Nim.
nim-lang/NESM
NESM stands for Nim's Easy Serialization Macro. The macro that allowing generation of serialization functions by one line of code! (It is a mirror of https://gitlab.com/xomachine/NESM)
nim-lang/nimquery
Nim library for querying HTML using CSS-selectors (like JavaScripts document.querySelector)
nim-lang/DelaunayNim
Delaunay Triangulations in Nim
nim-lang/forum.nim-lang.org
Styles for forum.nim-lang.org. Powered by nimforum.
nim-lang/nimterop
Nimterop is a Nim package that aims to make C/C++ interop seamless