Pinned Repositories
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).
fsnotify
A file system monitor in Nim
prologue
Powerful and flexible web framework written in Nim
awesome-nim
A curated list of awesome Nim frameworks, libraries, software and resources.
httpx
Cross platform web server for Nim.
ioselectors
Cross platform IO engine and timer for Nim.
neon
A working-in-porgress compiler guide for the Nim language.
Python-Application
Python application
timeit
measuring execution times written by Nim.
xlsx
Parse excel written in Nim.
ringabout's Repositories
ringabout/awesome-nim
A curated list of awesome Nim frameworks, libraries, software and resources.
ringabout/httpx
Cross platform web server for Nim.
ringabout/xlsx
Parse excel written in Nim.
ringabout/neon
A working-in-porgress compiler guide for the Nim language.
ringabout/fastnim
A collection of ideas to make Nim and nimscript faster and a monitoring benchmark.
ringabout/karax
Karax. Single page applications for Nim.
ringabout/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).
ringabout/nim-chronicles
A crafty implementation of structured logging for Nim.
ringabout/nim-libp2p
libp2p implementation in Nim
ringabout/ringabout
ringabout/atlas
The Atlas Package cloner. It manages an isolated workspace that contains projects and dependencies.
ringabout/bigints
BigInts for Nim
ringabout/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.
ringabout/choosenim
Tool for easily installing and managing multiple versions of the Nim programming language.
ringabout/cligen
Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at
ringabout/csources_v2
CSources compiled from Nim version 2.
ringabout/INim
Interactive Nim Shell / REPL / Playground
ringabout/langserver
The Nim language server implementation (based on nimsuggest)
ringabout/loop-fusion
Loop efficiently over a variadic number of containers
ringabout/nim-json-rpc
Nim library for implementing JSON-RPC clients and servers
ringabout/nim-notcurses
Nim wrapper for Notcurses: blingful TUIs and character graphics
ringabout/nim-unicodeplus
Common unicode operations
ringabout/nim_websitecreator
Nim fullstack website framework - deploy a website within minutes
ringabout/packages
List of packages for Nimble
ringabout/test
ringabout/threading
New atomics, thread primitives, atomic refcounting for --gc:arc/orc.
ringabout/weave
A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
ringabout/website
Code for the official Nim programming language website
ringabout/winserial
Serial library for Windows
ringabout/xml.nim
Simple XML parser in pure Nim