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

initialization of type variables through already declared variables

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: hermann.minkowski
  • 📅 Asked on: 3/3/2025
  • 🏷 Tags: macros, 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

nim-lang: checking variable type in macro

  • 👍 Score: 0
  • 💬 Answers: 0
  • 👤 Asked by: hermann.minkowski
  • 📅 Asked on: 2/21/2025
  • 🏷 Tags: macros, 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

Is there any way to work with NetCDF files in Nim?

  • 👍 Score: 2
  • 💬 Answers: 2
  • 👤 Asked by: brenovisk7
  • 📅 Asked on: 9/24/2020
  • 🏷 Tags: data-science, netcdf, nim-lang

Solved

What are the types of arrays with variable size and accommodating different types in Nim?

  • 👍 Score: 0
  • 💬 Answers: 2
  • 👤 Asked by: Lucius_Will
  • 📅 Asked on: 3/13/2024
  • 🏷 Tags: arrays, types, sequence, nim-lang

Unanswered

Flake fails on update, nimPackages is missing, where has it gone?

  • 👍 Score: 0
  • 💬 Answers: 1
  • 👤 Asked by: MatrixManAtYrService
  • 📅 Asked on: 3/24/2024
  • 🏷 Tags: nix, nim-lang, nixpkgs

Solved

Bookmark This Page Now!