Pinned Repositories
araqsgc
A new GC for Nim. Supports shared memory, gives complete control over what is happening. Easily tweakable for your needs.
Claro
Revival of the excellent Claro GUI library
lexim
Lexer generation and regex implementation for Nim.
libcurl
Nim wrapper for libcurl.
malebolgia
Malebolgia creates new spawns. Structured concurrency. Thread pools and related APIs.
mastering_nim
Code examples and issue tracker for my book "Mastering Nim".
nimedit
NimEdit is the new upcoming slim IDE/editor for the Nim programming language. Currently it is hardly usable at all! It's been open sourced in the hope it will speed up its development process.
ormin
Ormin -- An ORM for Nim.
packedjson
packedjson is an alternative Nim implementation for JSON. The JSON is essentially kept as a single string in order to save memory over a more traditional tree representation.
wxnim
Nim wrapper for wxWidgets.
Araq's Repositories
Araq/ormin
Ormin -- An ORM for Nim.
Araq/malebolgia
Malebolgia creates new spawns. Structured concurrency. Thread pools and related APIs.
Araq/nimedit
NimEdit is the new upcoming slim IDE/editor for the Nim programming language. Currently it is hardly usable at all! It's been open sourced in the hope it will speed up its development process.
Araq/packedjson
packedjson is an alternative Nim implementation for JSON. The JSON is essentially kept as a single string in order to save memory over a more traditional tree representation.
Araq/wxnim
Nim wrapper for wxWidgets.
Araq/lexim
Lexer generation and regex implementation for Nim.
Araq/mastering_nim
Code examples and issue tracker for my book "Mastering Nim".
Araq/libcurl
Nim wrapper for libcurl.
Araq/fosdem2020
Slides and source code for my FOSDEM 2020 talk "Nim - Move semantics".
Araq/nawabs
Nawabs - The anti package manager. Hacked together, might become useful eventually.
Araq/libffi
libffi wrapper for Nim.
Araq/pixels
Toy support library for primitive graphics programming.
Araq/nimrelease
Small program for handling the Nim release process.
Araq/blog
My blog posts. You are NOT allowed to distribute these articles without my explicit permission.
Araq/nimconf2021
Slides for Nimconf21
Araq/matrix-nim-sdk
[WIP] Matrix client-server and appservice API wrapper
Araq/mummy
An HTTP and WebSocket server for Nim that returns to the ancient ways of threads.
Araq/mono
Mono - Nim Web Framework
Araq/nim-chronos
Chronos - An efficient library for asynchronous programming
Araq/concurrent_deferred_rc
Concurrent Deferred Reference Counting
Araq/dumpster
My dumpster repo for every Nim program I have written.
Araq/lforc
Araq/lirem
Lirem - Lisp Inspired Realtime Machine
Araq/llama3.java
Practical Llama 3 inference in Java
Araq/nim-taskpools
Lightweight, energy-efficient, easily auditable threadpool
Araq/NimGo
Asynchronous Library Inspired by Go's goroutines, for Nim
Araq/opencl3
Low-level OpenCL wrapper for Nim
Araq/packages
List of packages for Nimble
Araq/tinycc
Unofficial mirror of mob development branch
Araq/tree-of-thoughts
Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large Language Models that Elevates Model Reasoning by atleast 70%