RepoGuard
已更新 2 h ago
The Nim programming language

Organization

The Nim programming language 的公共 GitHub 足迹

@nim-lang
在 GitHub 上查看个人资料

Nim is a systems programming language with a focus on efficiency, expressiveness, and elegance.

104

公共仓库

25,217

总星标

610

关注者

顶级语言

Nim 67C 6Shell 4Nimrod 3HTML 2CSS 2Emacs Lisp 1Dockerfile 1

公共仓库

Nim

18,043

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).

Nim
已更新 2026年6月13日

nimble

1,385

Package manager for the Nim programming language.

Nim
已更新 2026年6月13日

nimforum

784

Lightweight alternative to Discourse written in Nim

Nim
已更新 2026年6月13日

c2nim

527

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
已更新 2026年5月21日

packages

494

List of packages for Nimble

Nim
已更新 2026年6月13日

nimony

400

Nimony is a new Nim implementation that is in heavy development.

Nim
已更新 2026年6月13日

langserver

307

The Nim language server implementation (based on nimsuggest)

Nim
已更新 2026年6月10日

sdl2

253

Nim wrapper for SDL 2.x

Nim
已更新 2026年6月13日

ui

244

Beginnings of what might become Nim's official UI library.

Nim
已更新 2026年4月23日

atlas

146

The Atlas Package cloner. It manages an isolated workspace that contains projects and dependencies.

Nim
已更新 2026年6月6日

nim-mode

144

An emacs major mode for the Nim programming language

Emacs Lisp
已更新 2026年1月30日

fusion

142

Fusion is for now an idea about how to grow Nim's ecosystem without the pain points of more traditional approaches.

Nim
已更新 2026年6月11日

NimLime

141

The official Nim programming language plugin for Sublime Text

Nim
已更新 2026年5月17日

RFCs

140

A repository for your Nim proposals.

未知语言
已更新 2026年6月1日

redis

133

Official redis wrapper for Nim.

Nim
已更新 2026年3月23日

choosenim

130

Official tool for easily installing and managing multiple versions of the Nim programming language.

Nim
已更新 2026年6月10日

bigints

130

BigInts for Nim

Nim
已更新 2026年1月24日

website

119

Code for the official Nim programming language website

HTML
已更新 2026年5月13日

opengl

116

An OpenGL wrapper for Nim

Nim
已更新 2026年6月1日

vscode-nim

113

A VS Code plugin for the Nim language

Nim
已更新 2026年5月20日

needed-libraries

112

This repository contains a list a needed libraries.

未知语言
已更新 2026年1月14日

docker-images

79

Official Docker Hub images for Nim programming language

Dockerfile
已更新 2026年5月15日

threading

75

New atomics, thread primitives, atomic refcounting for --gc:arc/orc.

Nim
已更新 2026年6月12日

nim-zmq

72

Nim ZMQ wrapper

Nim
已更新 2026年5月26日

zip

57

zip wrapper for Nim

C
已更新 2025年10月10日

iup

51

iup wrapper for Nim. Used to be part of the stdlib, now a Nimble package.

Nim
已更新 2026年4月2日

csources

51

The pre-generated C sources of the Nim compiler which aid in bootstrapping. This repository is archived because it's frozen, HEAD of csources can build Nim version 1 and any later version.

C
已更新 2025年5月16日

uirelays

50

Native Nim UI library based on the idea of "relays" which is a new fancy name for dependency injections via global callbacks. Has Windows API, X11, Cocoa and SDL 3 support. Write UI apps as easily as terminal apps!

Nim
已更新 2026年6月4日

x11

50

x11 wrapper for Nim

Nim
已更新 2026年5月24日

nightlies

47

Separate repository to trigger installer builds.

Shell
已更新 2026年3月3日

nimsuggest

45

idetools for the nim language

未知语言
已更新 2026年5月24日

cairo

42

Nim Cairo wrapper.

Nim
已更新 2026年2月8日

lua

40

Nim Wrapper to interface with the Lua interpreter

Nim
已更新 2026年2月19日

python

37

Nim wrapper for the Python 2 programming language

Nim
已更新 2026年2月19日

gtk2

33

gtk2 wrapper for Nim

Nim
已更新 2026年2月19日

db_connector

27

Unified db connector in Nim

Nim
已更新 2026年5月2日

opencl

27

Low-level OpenCL wrapper for Nim

Nim
已更新 2026年4月6日

virus_checker

22

A virus checker for nim binaries

Nim
已更新 2025年11月24日

tcl

18

Nim Wrapper for the TCL programming language

Nim
已更新 2026年2月19日

checksums

17

Hash algorithms in Nim

Nim
已更新 2026年5月21日

nifspec

16

NIF is a text based data format designed for compiler frontend/backend communication or communication between different programming languages.

未知语言
已更新 2026年5月13日

assets

16

此仓库未提供描述。

未知语言
已更新 2025年1月22日

sat

15

A SAT solver written in Nim

Nim
已更新 2026年4月20日

niminst

15

EDIT: now archived, see https://github.com/nim-lang/Nim/issues/15946. niminst is a tool to generate an installer for a Nim program. Currently it can create an installer for Windows as well as installation/deinstallation scripts for UNIX. Some support for Linux' package management systems is also included.

Nim
已更新 2024年5月27日

csources_v1

14

CSources compiled from Nim version 1. Supports more CPU/OS combinations than the older csources repository.

C
已更新 2024年11月22日

graphics

13

Graphics module for Nim. Currently based on SDL v1.2.

Nim
已更新 2023年9月25日

wiki

12

此仓库未提供描述。

未知语言
已更新 2026年5月10日

pas2nim

12

pas2nim is a tool to translate Delphi/Pascal wrappers to Nim code.

Nimrod
已更新 2026年2月19日

punycode

12

Implements a representation of Unicode with the limited ASCII character subset in Nim.

Nim
已更新 2023年9月25日

standardjs

11

Wrappers for standardized JS modules.

Nim
已更新 2026年2月19日

nativenif

10

NIF based compiler middle end and backend.

Nim
已更新 2026年6月12日

sdl3

10

Official SDL3 wrapper with sane names so that you can somewhat forget it was written in annoying C.

Nim
已更新 2026年5月27日

ast-pattern-matching

10

A library to do pattern matching on the AST in the Nim programming language.

Nim
已更新 2026年4月15日

mongo

10

MongoDB wrapper for Nim

Nimrod
已更新 2026年2月19日

smtp

10

SMTP client implementation, adapted from the Nim standard library

Nim
已更新 2025年11月24日

csources_v2

10

CSources compiled from Nim version 2.

C
已更新 2025年7月21日

compilerdev

10

This repository contains a collection of documents about how to change/refactor the Nim compiler in order to make it faster, easier to maintain and have fewer bugs by a superior architecture and design. However, no every idea here will work out.

Nim
已更新 2024年8月2日

nimbot

10

The friendly, slightly sentient, Nim IRC bot.

Nim
已更新 2023年12月8日

dialogs

9

This module implements portable dialogs for Nim; the implementation builds on the GTK interface. On Windows, native dialogs are shown instead.

Nim
已更新 2026年5月29日

ci_bench

9

A simple performance dashboard for the Nim language

Nim
已更新 2024年8月2日

oldwinapi

8

Old Win API wrapper for Nim.

Nim
已更新 2026年2月19日

dlls

8

Prebuilt DLLs and lib*.so files for Nim. Every DLL added here will also have at least a description about how we built it.

未知语言
已更新 2024年8月2日

cgi

8

Helper procs for CGI applications in Nim.

Nim
已更新 2023年9月25日

sdl1

7

SDL v1.2 wrapper for Nim.

Nim
已更新 2026年5月11日

setup-nimble-action

7

Set up your GitHub Actions workflow with a specific version of Nim

Shell
已更新 2026年3月10日

htmlparser

7

Parse a HTML document in Nim

Nim
已更新 2026年3月3日

conf.nim-lang.org

7

Simple conference information page for NimConf2020

CSS
已更新 2024年10月23日

mimalloc

5

mimalloc is a compact general purpose allocator with excellent performance.

C
已更新 2025年10月16日

testspec

5

in progress

Nim
已更新 2024年9月12日

community_map

5

此仓库未提供描述。

未知语言
已更新 2024年8月2日

security

5

Embargoed security issues that will be made public after a fix is made available. Use https://github.com/nim-lang/security/security

未知语言
已更新 2024年4月30日

graveyard

5

non-deprecated modules that have been removed from the Nim stdlib

Nim
已更新 2023年9月25日

expat

4

Expat wrapper for Nim.

Nimrod
已更新 2026年2月20日

errorcodes

4

Errorcodes is a simple module that offers an enumeration of "everything" that can go wrong. It is for people who don't like Nim's existing exception hierarchy.

Nim
已更新 2026年1月11日

asm_x86

4

Produces x86_64 native machine instructions via an API.

Nim
已更新 2025年10月11日

backport

4

backport requests

未知语言
已更新 2024年3月19日

asyncftpclient

4

FTP client implementation, adapted from the Nim standard library

Nim
已更新 2023年9月25日

kickstart

4

Automated bootstrapping scripts for the Nim programming language compiler.

Shell
已更新 2023年9月25日

aporia-bin

4

Holds binaries for Aporia (mostly DLLs)

Shell
已更新 2023年9月25日

basic2d

4

Deprecated package from stdlib.

Nim
已更新 2023年9月25日

csources_v3

3

CSources compiled from Nim version 3

C
已更新 2026年2月5日

httpbeast

3

A highly performant, multi-threaded HTTP 1.1 server written in Nim.

未知语言
已更新 2025年4月28日

neo

3

A matrix library

HTML
已更新 2024年8月28日

nimony-website

2

Code for the official Nimony website

CSS
已更新 2026年5月26日

basic3d

2

此仓库未提供描述。

Nim
已更新 2026年4月10日

parsesql

2

The `parsesql` module implements a high performance SQL file parser. It parses PostgreSQL syntax and the SQL ANSI standard.

Nim
已更新 2026年3月5日

nimquery

2

Nim library for querying HTML using CSS-selectors (like JavaScripts document.querySelector)

Nim
已更新 2025年4月28日

osinfo

2

Modules providing information about the OS for Nim

Nim
已更新 2024年8月30日

nim-buildbot

2

Buildbot Configuration and Script Files for Nim

Python
已更新 2023年12月8日

cello

2

A string library

Nim
已更新 2023年10月15日

joyent_http_parser

2

此仓库未提供描述。

Nim
已更新 2023年9月25日

NESM

2

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
已更新 2023年9月14日

nifcore

1

NIF based Nimony/JSON/HTML/SQL data models

Nim
已更新 2026年5月25日

nimterop

1

Nimterop is a Nim package that aims to make C/C++ interop seamless

Nim
已更新 2025年3月28日

forum.nim-lang.org

1

Styles for forum.nim-lang.org. Powered by nimforum.

SCSS
已更新 2024年8月2日

libsvm_legacy

1

此仓库未提供描述。

Nim
已更新 2023年9月25日

nim-musl

0

此仓库未提供描述。

未知语言
已更新 2025年12月9日

elvis

0

truthy, ternary, elvis and conditional assignment and conditional access operators for nim

Nim
已更新 2025年4月1日

BipBuffer

0

A Nim implementation of Simon Cooke's Bib Buffer

Nim
已更新 2025年4月1日

atlas-tests

0

Persistent Atlas tests.

Nim
已更新 2025年3月15日

这种曝光是有意的吗?

使用 RepoGuard 监控 The Nim programming language,并在新公共仓库出现的瞬间提醒您。

监控此账户