python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
nim, how to get the result of multithreading execution immediately, without any delay?
I'm absolute beginner in Nim Lang.
I have been practicing python for the last 4 years, before that there was a sharp.
Nim is great, but I don't understand how to comprehend him yet.
I'm trying to figu...
Sergey Python
Votes: 0
Answers: 2
Norm - Querying entries within generics causes type mismatch compilation error
I write a web application in the nim programming language and use norm as my ORM.
There I follow the standard repository pattern, meaning you have associated with a given URL a controller which calls ...

Philipp Doerner
Votes: 0
Answers: 1
How do you align string containing accents in nim
In Nim, how do you align strings containing accented characters?
For example the following code
var maxLen = 20
var s1 = alignLeft("John le Carré", maxLen)
var s2 = alignLeft("John le C...
sgmoore
Votes: 0
Answers: 1
The runtime constant in forward declaration
How do we do runtime constant in forward definition/declaration by any way around (tried hard not work on using let)
let n :int
proc m : int =
let i=1
var u=n+i
n=m()
error for this or for other ...
itil memek cantik
Votes: 0
Answers: 1