Logo

Nim Developer Resources - Made by 0x3d.site

A curated list of awesome Nim frameworks, libraries, software and resources.

Main website: https://0x3d.site

🔥 Hot Nim Questions on Stack Overflow

How to compile Nim code as a Python extension module using Nimpy?

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: rookie
  • 📅 Asked on: 7/31/2025
  • 🏷 Tags: python, package, nim-lang

Unanswered

Field identifiers inside a nim tuple

  • 👍 Score: 1
  • 💬 Answers: 1
  • 👤 Asked by: Marcello Presulli
  • 📅 Asked on: 6/24/2025
  • 🏷 Tags: nim-lang

Solved

Are there Nim 2.0 compiler environment variables like for Perl PERL5LIB or Python PYTHONPATH

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: huckfinn
  • 📅 Asked on: 5/5/2025
  • 🏷 Tags: development-environment, nim-lang

Solved

Nim language - createThread type mismatch at compile time

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: GiMS_Pang
  • 📅 Asked on: 3/8/2025
  • 🏷 Tags: multithreading, type-mismatch, nim-lang, createthread

Solved

In the nim-lang, I want to pass a ref to a read-only tree structure to the spawn'ed nim-taskpool

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: vert2air
  • 📅 Asked on: 3/8/2025
  • 🏷 Tags: parallel-processing, readonly, ref, nim-lang

Unanswered

Arc vs. Orc and threads

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: Sonicsmooth
  • 📅 Asked on: 2/28/2025
  • 🏷 Tags: winapi, nim-lang

Unanswered

I can't make a macro which has an emit pragma on Nim-lang

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: kiyoken kiyoken
  • 📅 Asked on: 2/17/2025
  • 🏷 Tags: macros, nim-lang

Solved

Window becomes nonresponsive and freezes with move attempt during long running process

  • 👍 Score: 0
  • 💬 Answers: 2
  • 👤 Asked by: Sonicsmooth
  • 📅 Asked on: 2/12/2025
  • 🏷 Tags: winapi, nim-lang

Solved

How to check types at compile time

  • 👍 Score: 0
  • 💬 Answers: 2
  • 👤 Asked by: Sonicsmooth
  • 📅 Asked on: 1/27/2025
  • 🏷 Tags: nim-lang

Solved

How to get type information from HashSet and derived type (aka ancestors)

  • 👍 Score: 0
  • 💬 Answers: 2
  • 👤 Asked by: Sonicsmooth
  • 📅 Asked on: 1/22/2025
  • 🏷 Tags: nim-lang

Unanswered

How can I mix nimja with prologue nim framework functions into one function?

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: Yousif Alfaki
  • 📅 Asked on: 1/19/2025
  • 🏷 Tags: nim-lang, prologue

Unanswered

Nim infinite loop

  • 👍 Score: 1
  • 💬 Answers: 1
  • 👤 Asked by: bumbread
  • 📅 Asked on: 7/21/2021
  • 🏷 Tags: loops, nim-lang

Solved

end parameter in echo for Nim?

  • 👍 Score: 1
  • 💬 Answers: 1
  • 👤 Asked by: How2
  • 📅 Asked on: 12/21/2021
  • 🏷 Tags: nim-lang

Solved

How to create a ref object without either creating it twice or copying it?

  • 👍 Score: 0
  • 💬 Answers: 2
  • 👤 Asked by: Sonicsmooth
  • 📅 Asked on: 1/12/2025
  • 🏷 Tags: nim-lang

Solved

How to do nested/hierarchical views in VFL

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: Sonicsmooth
  • 📅 Asked on: 1/5/2025
  • 🏷 Tags: nim-lang, visual-format-language

Unanswered

How to avoid always recompiling library sources in nim

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: Sonicsmooth
  • 📅 Asked on: 1/3/2025
  • 🏷 Tags: nim-lang

Unanswered

Nim static compilation

  • 👍 Score: 0
  • 💬 Answers: 2
  • 👤 Asked by: Sonicsmooth
  • 📅 Asked on: 12/16/2024
  • 🏷 Tags: static, nim-lang

Solved

how to remove lpar from nim . tried below commands , not working

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: Malavika
  • 📅 Asked on: 11/15/2024
  • 🏷 Tags: nim-lang

Unanswered

Nim lang syntax a = b = c = 7

  • 👍 Score: 2
  • 💬 Answers: 2
  • 👤 Asked by: user17227456
  • 📅 Asked on: 3/24/2022
  • 🏷 Tags: nim-lang

Solved

Nim code parser

  • 👍 Score: 8
  • 💬 Answers: 1
  • 👤 Asked by: Lye Fish
  • 📅 Asked on: 9/9/2015
  • 🏷 Tags: nim-lang

Solved

How to sort array of tuples alphabetically only based on the first item of the tuple in nim?

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: Houdiee
  • 📅 Asked on: 10/13/2024
  • 🏷 Tags: sorting, tuples, sequence, nim-lang

Solved

example of how to expose nim GC_unref to a c backend

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: verytemporary19090
  • 📅 Asked on: 10/5/2024
  • 🏷 Tags: integration, ffi, nim-lang

Unanswered

Unpack multiple variables from sequence

  • 👍 Score: 7
  • 💬 Answers: 5
  • 👤 Asked by: The Unfun Cat
  • 📅 Asked on: 8/11/2015
  • 🏷 Tags: nim-lang

Solved

File exists exception message

  • 👍 Score: 0
  • 💬 Answers: 2
  • 👤 Asked by: Thomas Petit
  • 📅 Asked on: 8/9/2024
  • 🏷 Tags: path, nim-lang

Solved

How to serve acme-challenge file dynamically with Jester REST API?

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: Muhit Raihan
  • 📅 Asked on: 4/9/2024
  • 🏷 Tags: rest, nim-lang, jester

Unanswered

strings as functions during parsing

  • 👍 Score: 2
  • 💬 Answers: 1
  • 👤 Asked by: agatzan
  • 📅 Asked on: 6/10/2024
  • 🏷 Tags: algorithm, templates, compiler-construction, nim-lang

Unanswered

Nim lang LSP Extension for VSCode Broken?

  • 👍 Score: 2
  • 💬 Answers: 0
  • 👤 Asked by: Dysrakescence
  • 📅 Asked on: 8/4/2024
  • 🏷 Tags: nim-lang

Unanswered

How do I read all keys pressed in nim since the last call to a function, without needing to press enter

  • 👍 Score: 1
  • 💬 Answers: 1
  • 👤 Asked by: Bobson Tobson
  • 📅 Asked on: 6/15/2024
  • 🏷 Tags: keyboard, stdin, nim-lang

Solved

Use of declaration and/or definition array of tuple

  • 👍 Score: 2
  • 💬 Answers: 1
  • 👤 Asked by: user17227456
  • 📅 Asked on: 2/25/2022
  • 🏷 Tags: nim-lang

Solved

Use openssl and RSA encryption in nim

  • 👍 Score: 1
  • 💬 Answers: 0
  • 👤 Asked by: lukz
  • 📅 Asked on: 4/14/2024
  • 🏷 Tags: encryption, openssl, rsa, nim-lang

Unanswered

Bookmark This Page Now!