-
12710 ::
[2025-03-07T01:51:06+01:00]
[ElegantBeef]
ToOpenArray view works with seq[int] but not strings?
-
12693 ::
[2025-02-22T22:40:16+01:00]
[Araq]
Nimony progress
-
11618 ::
[2024-05-19T17:41:09+02:00]
[slangmgh]
GC refc or MarkAndSweep bug with msvc compiler optimizer.
-
11430 ::
[2024-04-14T14:00:48+02:00]
[boia01]
good day everyone does jester have support for google oauth?
-
11400 ::
[2024-04-09T15:59:43+02:00]
[enthus1ast]
Nim's equivalent of kwargs
-
11171 ::
[2024-03-06T20:52:02+01:00]
[Araq]
Show Nim: Sunny, JSON in Nim with Go-like field tags
-
11060 ::
[2024-02-22T00:05:47+01:00]
[matkuki]
Tim - A template engine & markup language
-
10986 ::
[2024-02-13T18:20:51+01:00]
[Araq]
Reasoning behind function call syntax in Nim.
-
10793 ::
[2023-12-21T14:57:06+01:00]
[Araq]
`nph` opinonated formatter v0.2
-
10773 ::
[2023-12-16T13:19:37+01:00]
[mratsim]
How to correctly use nim doc when a project has unimported modules
-
10710 ::
[2023-11-30T23:12:00+01:00]
[Araq]
casting to seq[] will copy
-
10661 ::
[2023-11-20T13:53:41+01:00]
[Araq]
How can templates detech if argument is let value or expression?
-
10628 ::
[2023-11-12T21:15:00+01:00]
[ElegantBeef]
Why iterating over slices is so slow?
-
10580 ::
[2023-10-30T22:11:15+01:00]
[Araq]
Changing an object's field is rejected in a destructor with new syntax
-
10561 ::
[2023-10-20T20:19:56+02:00]
[Araq]
no simple way to import files from dir recusively?
-
10527 ::
[2023-10-04T10:49:45+02:00]
[jtv]
AES Help Please
-
10404 ::
[2023-08-13T23:41:49+02:00]
[Araq]
Where to read about threading and data sharing in Nim 2
-
10221 ::
[2023-05-24T04:44:48+02:00]
[kobi]
Any fuzzy or trigram substring search library, with index, so it's instant?
-
10155 ::
[2023-05-02T04:00:31+02:00]
[Araq]
Is ORC considered production-ready? What is the consensus on its use?
-
10062 ::
[2023-04-02T17:13:08+02:00]
[Araq]
Anyone tried GPT-4 for Nim?
-
9994 ::
[2023-03-14T11:43:09+01:00]
[Araq]
Trying to understand: is it better if IndexDefect is CatchableError or not
-
9940 ::
[2023-02-26T06:05:04+01:00]
[treeform]
My Nim Development Weekly Report (2/26)
-
9816 ::
[2023-01-11T03:02:48+01:00]
[Araq]
What would be the bast way to get parsing and validation of parameters (option:value)
-
9799 ::
[2023-01-05T12:44:27+01:00]
[Araq]
Two type matches, both wrong: how to do it right?
-
9723 ::
[2022-12-14T03:42:34+01:00]
[Araq]
TinyRE - Tiny Regex Engine for Nim
-
9711 ::
[2022-12-10T02:44:54+01:00]
[Araq]
How should system library support be structured?
-
9699 ::
[2022-12-07T16:45:15+01:00]
[Araq]
Nim HashSets operators
-
9617 ::
[2022-11-15T17:36:32+01:00]
[Araq]
Nim 2: "Memory can be shared effectively between threads without copying in Nim version 2"
-
9568 ::
[2022-11-02T09:11:11+01:00]
[Araq]
How to use multi-type parameters in the Nim
-
9531 ::
[2022-10-15T03:37:19+02:00]
[treeform]
How do I turn binary file data into hex representation
-
9311 ::
[2022-07-20T17:16:14+02:00]
[kaushalmodi]
Help writing a macro that can accept a list of arguments of any arbitary type
-
9283 ::
[2022-07-06T11:13:58+02:00]
[enthus1ast]
Test for static in macro
-
9267 ::
[2022-06-27T11:12:19+02:00]
[DeletedUser]
Can I pass different types to static generic parameters?
-
9231 ::
[2022-06-13T20:47:25+02:00]
[Araq]
packedjson2 - A new JSON library
-
9123 ::
[2022-04-22T22:30:38+02:00]
[xigoi]
Regex not working properly?
-
9092 ::
[2022-04-08T20:31:58+02:00]
[enthus1ast]
How to render html after a refresh on a specific url
-
8962 ::
[2022-02-27T19:34:11+01:00]
[Araq]
cstring has different behavior in different MM mode
-
8917 ::
[2022-02-15T03:45:12+01:00]
[rgv151]
the easiest to get this string cut
-
8788 ::
[2022-01-09T08:48:26+01:00]
[Araq]
Changing a generic return type automatically
-
8781 ::
[2022-01-07T16:39:50+01:00]
[Araq]
Nimdenter
-
8617 ::
[2021-11-13T09:49:40+01:00]
[DeletedUser]
generic type in generic type
-
8531 ::
[2021-10-23T08:32:31+02:00]
[Araq]
Enforced sink argument
-
8527 ::
[2021-10-21T12:23:47+02:00]
[Araq]
Nim 1.6.0 GTK cast cstring ?
-
8525 ::
[2021-10-21T11:43:57+02:00]
[Araq]
Setting up a Nim foundation
-
8333 ::
[2021-08-17T09:11:28+02:00]
[Araq]
A look at Dart's null safety syntax
-
8074 ::
[2021-06-02T18:32:09+02:00]
[timothee]
Nim JSON parsing is 30 times slower than Node.JS
-
8022 ::
[2021-05-24T12:11:07+02:00]
[kobi]
Accessing object in seq of parent type
-
8003 ::
[2021-05-20T00:03:29+02:00]
[pietroppeter]
Compiler bug?: Infinite loop when compiling pegging CPU
-
7922 ::
[2021-05-04T16:16:16+02:00]
[Araq]
import unicode, strutils: ambiguous call; both unicode.strip and strutils.strip
-
7648 ::
[2021-03-17T09:15:13+01:00]
[Stefan_Salewski]
Weird Ref Ptr Problem
-
7547 ::
[2021-02-23T08:28:47+01:00]
[shirleyquirk]
How to initialise a seq in an object
-
7494 ::
[2021-02-10T08:54:41+01:00]
[Araq]
Nim 1.2.10 RC and 1.4.4 RC
-
7402 ::
[2021-01-19T19:52:32+01:00]
[cblake]
Print - a better echo. colors, pretty nesting, refs and cycles!
-
7378 ::
[2021-01-12T21:26:43+01:00]
[timothee]
How to serialize/deserialize my data type with options and DateTime
-
7319 ::
[2021-01-01T14:58:15+01:00]
[Araq]
Seems like a bug? SIGSEGV: Illegal storage access.
-
7309 ::
[2020-12-30T18:23:40+01:00]
[Araq]
DumpIncludes - See where your exe size comes from.
-
7301 ::
[2020-12-28T20:30:40+01:00]
[Araq]
Problem related with scope
-
7299 ::
[2020-12-28T17:14:37+01:00]
[cblake]
How to sum the values of a table?
-
7285 ::
[2020-12-24T13:47:34+01:00]
[Araq]
Is anyone using duckdb with Nim?
-
7194 ::
[2020-12-03T14:29:45+01:00]
[doofenstein]
Writing a string into a source file compile time
-
7170 ::
[2020-11-28T12:42:49+01:00]
[Araq]
How to rewrite nim programming langauge to be pythonic as possible?
-
7095 ::
[2020-11-15T21:16:48+01:00]
[kobi]
is there a way to combine types?
-
7051 ::
[2020-11-08T12:11:14+01:00]
[Araq]
Reference Variable (C++ jargon) - is there such a beast?
-
7045 ::
[2020-11-06T20:56:50+01:00]
[Araq]
C++ FFI - basic example
-
7032 ::
[2020-11-04T20:56:23+01:00]
[zevv]
Someone have an idea on how to implement a `[][]=` function?
-
7026 ::
[2020-11-03T15:45:46+01:00]
[PMunch]
SIGSEGV on Android
-
6876 ::
[2020-09-30T15:12:00+02:00]
[geotre]
how to wraps async proc
-
6865 ::
[2020-09-28T06:51:23+02:00]
[timothee]
Is there a concept like "equality of refs" in Nim?
-
6802 ::
[2020-09-11T11:25:29+02:00]
[dom96]
How to support compile time regex constructor /abc/ for JS backend?
-
6713 ::
[2020-08-22T22:26:23+02:00]
[mratsim]
General opinions on "pooled" resource implementation
-
6657 ::
[2020-08-09T18:15:24+02:00]
[jibal]
C# nameof() in Nim
-
6505 ::
[2020-06-28T22:02:13+02:00]
[Araq]
advanced `nim doc` use
-
6418 ::
[2020-06-09T01:22:31+02:00]
[Araq]
New entry on Nim blog...
-
6139 ::
[2020-04-02T12:04:42+02:00]
[readysloth]
NRE documentation inconsistency?
-
6027 ::
[2020-03-03T21:14:50+01:00]
[Araq]
parallel: bounds checker
-
5935 ::
[2020-02-16T05:16:02+01:00]
[Araq]
Why does the this code work?
-
5812 ::
[2020-01-15T06:20:21+01:00]
[dom96]
Ported a Python game to Nim
-
5804 ::
[2020-01-12T19:17:21+01:00]
[sky_khan]
stdlib pegs: Accessing optional subexpressions
-
5672 ::
[2019-12-11T20:10:50+01:00]
[Araq]
What does "cannot be captured as it would violate memory safety" mean?
-
5550 ::
[2019-11-18T00:02:57+01:00]
[axben]
Compilation error after upgrade to 1.0.2 from 0.19
-
5451 ::
[2019-11-04T15:37:47+01:00]
[Araq]
Integers in Nim
-
5396 ::
[2019-10-24T15:56:13+02:00]
[jyapayne]
Stuck on while compiling
-
5190 ::
[2019-09-13T06:39:15+02:00]
[Stefan_Salewski]
Call to all nimble package authors
-
5148 ::
[2019-08-30T05:43:43+02:00]
[Araq]
possible in Nim
-
5089 ::
[2019-08-12T23:43:31+02:00]
[JohnAD]
nimongo and MongoDb.Atlas connection
-
4940 ::
[2019-06-16T10:17:55+02:00]
[miran]
A few questions about procs
-
4910 ::
[2019-06-06T22:04:38+02:00]
[Araq]
Nim v0.20.0 is here (1.0 RC)
-
4840 ::
[2019-05-13T09:45:33+02:00]
[boia01]
Show: dali — a pure-Nim indie assembler for Android .dex & .apk files
-
4710 ::
[2019-03-11T22:20:04+01:00]
[slangmgh]
Help with template!
-
4704 ::
[2019-03-08T10:01:18+01:00]
[Araq]
Immutability -- more ideas
-
4605 ::
[2019-01-29T14:03:18+01:00]
[mashingan]
for loop with tuple returns reference to tuple member
-
4573 ::
[2019-01-18T11:19:37+01:00]
[moigagoo]
Module typeinfo, can't access field by name. Bug or not?
-
4518 ::
[2019-01-02T03:10:52+01:00]
[Araq]
When's GCunref() necessary
-
4511 ::
[2018-12-31T21:11:54+01:00]
[LeuGim]
Type instantiation for `==` func
-
4427 ::
[2018-12-03T09:12:10+01:00]
[timesurfer]
walkDir doesn't raises OSError Exception
-
4397 ::
[2018-11-21T13:25:08+01:00]
[Jehan]
How to convert integer to pointer
-
4333 ::
[2018-10-24T16:51:26+02:00]
[Araq]
How should relative path calculated?
-
4332 ::
[2018-10-23T19:42:30+02:00]
[LeuGim]
Help needed to learn macro
-
4323 ::
[2018-10-19T18:53:54+02:00]
[vsajip]
Is there a handy way to declare Rune literals?
-
4270 ::
[2018-10-02T22:28:26+02:00]
[timothee]
nim doc hypertext link
-
4246 ::
[2018-09-28T01:10:48+02:00]
[boia01]
0.19.0 pegs regression?
-
4237 ::
[2018-09-25T13:30:16+02:00]
[Stefan_Salewski]
How to check an auto type parameter in a proce
-
4187 ::
[2018-09-09T17:59:19+02:00]
[LeuGim]
type Distinct seq[byte] c compiler error
-
4145 ::
[2018-08-21T16:25:31+02:00]
[Araq]
Some fun with GC
-
4065 ::
[2018-07-20T12:19:14+02:00]
[LeuGim]
NEWBIE - generics issue
-
4060 ::
[2018-07-19T01:40:08+02:00]
[Araq]
string literals should not allocate; should allocate in ROM an extra `\0`
-
4041 ::
[2018-07-13T00:20:57+02:00]
[Araq]
does using `result` guarantee NRVO?
-
3995 ::
[2018-06-28T21:11:36+02:00]
[timothee]
how to escape a string to pass to a shell?
-
3928 ::
[2018-06-15T22:26:54+02:00]
[planhths]
getting the fields of an object type in a macro
-
3890 ::
[2018-06-05T07:05:25+02:00]
[Udiknedormin]
Would it be possible to have a string variable passed to strformat/fmt?
-
3745 ::
[2018-04-12T02:37:21+02:00]
[timothee]
echo(1,2) != echo (1,2) ; where is this documented?
-
3725 ::
[2018-04-04T11:55:17+02:00]
[dom96]
Though about identifiers in text editors.
-
3701 ::
[2018-03-28T23:25:15+02:00]
[Araq]
[RESOLVED] a proc returning void creates 1 arg, not 0: breaking generic code
-
3683 ::
[2018-03-24T11:13:25+01:00]
[boia01]
How to dealloc complex object correctly?
-
3577 ::
[2018-02-24T14:52:04+01:00]
[Stefan_Salewski]
Compiler crashes while compiling module with "StringValue[LEN: static[Natural]]"
-
3569 ::
[2018-02-22T08:15:36+01:00]
[Stefan_Salewski]
Basic pointer question
-
3512 ::
[2018-01-29T11:35:19+01:00]
[Stefan_Salewski]
Concatenate string and int
-
3476 ::
[2018-01-12T08:52:28+01:00]
[yglukhov]
importc: multiple headers?
-
3437 ::
[2017-12-28T16:31:46+01:00]
[monster]
importc: multiple headers?
-
3419 ::
[2017-12-13T21:36:07+01:00]
[Araq]
Understanding staticRead's weird behaviour
-
3351 ::
[2017-11-19T16:39:19+01:00]
[Araq]
Can I tell Nim to NOT use *reference* for a var parameter?
-
3276 ::
[2017-10-23T20:09:58+02:00]
[Varriount]
Cannot get name of type using typedesc
-
3243 ::
[2017-10-13T13:51:23+02:00]
[vlad]
[Noob] Am I doing string interpolation wrong? [SOLVED]
-
3153 ::
[2017-09-07T22:39:55+02:00]
[def]
Can procs return multiple values?
-
3082 ::
[2017-07-31T15:22:13+02:00]
[LeuGim]
Option type optimizations
-
3061 ::
[2017-07-20T02:33:05+02:00]
[Araq]
Thoughts on imports
-
2909 ::
[2017-04-10T18:50:17+02:00]
[dom96]
ref object or object with ref field
-
2902 ::
[2017-04-05T18:44:14+02:00]
[Araq]
Base type for all procedure pointers
-
2787 ::
[2017-02-07T14:50:41+01:00]
[Araq]
Remarks on standard library file functions (system, sysio)
-
2725 ::
[2017-01-13T12:44:15+01:00]
[Araq]
nre, am I using it wrongly?
-
2703 ::
[2017-01-07T21:01:09+01:00]
[Araq]
Overloading indexing operator for string type
-
2700 ::
[2017-01-05T05:48:02+01:00]
[Araq]
Maybe a bug about built-in string to cstring converter
-
2568 ::
[2016-10-05T23:24:24+02:00]
[Araq]
c2nim: typdef
-
2563 ::
[2016-10-02T23:10:41+02:00]
[OderWat]
Nim code to Remove Accented Letters
-
2506 ::
[2016-08-31T20:21:53+02:00]
[OderWat]
How to keep an authorized connection session?
-
2445 ::
[2016-08-07T06:16:00+02:00]
[jangko]
How to obtain parameters and their types of akProc?
-
2390 ::
[2016-07-19T10:33:32+02:00]
[Araq]
Partial casing is foo_bar
-
2379 ::
[2016-07-16T14:30:27+02:00]
[Araq]
Nim vs Scala (not holywar). Compare functions for strings
-
2377 ::
[2016-07-13T22:03:58+02:00]
[nimfoo]
sequence of tuples of procs help
-
2371 ::
[2016-07-12T10:10:55+02:00]
[zielmicha]
zipping strings
-
2369 ::
[2016-07-11T13:55:45+02:00]
[OderWat]
Got (seq[string], seq[string]) but expected (seq[T], openArray[T])???
-
2302 ::
[2016-06-08T07:39:24+02:00]
[Parashurama]
trying to populate table using default values
-
2260 ::
[2016-05-14T13:19:09+02:00]
[Stefan_Salewski]
The book, parseUntil(), substr() -- I am a bit confused
-
2248 ::
[2016-05-06T00:57:21+02:00]
[OderWat]
SOme questions with iterators and for loops
-
2205 ::
[2016-04-12T01:52:36+02:00]
[yglukhov]
templates and discardable
-
2199 ::
[2016-04-10T15:31:55+02:00]
[Arrrrrrrrr]
Nim Tutorial (Part I) ->varargs
-
2183 ::
[2016-04-05T23:02:50+02:00]
[jlp765]
Random returns same results in different threads
-
2129 ::
[2016-03-17T09:24:57+01:00]
[dom96]
Exceptions and async
-
1953 ::
[2016-01-19T12:44:19+01:00]
[jboy]
Command pattern implementation
-
1945 ::
[2016-01-17T12:27:31+01:00]
[jangko]
Convert C to Nim question
-
1884 ::
[2015-12-20T02:51:38+01:00]
[filwit]
How do I get the NimNode of a Type
-
1879 ::
[2015-12-16T03:32:14+01:00]
[jlp765]
reconstruct closure
-
1872 ::
[2015-12-14T02:09:05+01:00]
[Jehan]
Can channel send a ref object ?
-
1858 ::
[2015-12-07T20:19:35+01:00]
[dom96]
Is there any way to separate jester routes in various files ?
-
1821 ::
[2015-11-23T22:53:43+01:00]
[Jehan]
Is it possible to refer to cstring + offset
-
1736 ::
[2015-10-27T21:02:51+01:00]
[filwit]
bench Mark Results - returning array of struct( kind'a tricky proc)
-
1730 ::
[2015-10-23T18:51:07+02:00]
[Araq]
Slow strings
-
1708 ::
[2015-10-13T16:49:02+02:00]
[Araq]
Upcoming breaking changes
-
1701 ::
[2015-10-08T00:16:44+02:00]
[Jehan]
Strings, camel case to snake case conversion
-
1562 ::
[2015-08-19T16:23:45+02:00]
[Araq]
Can't check range when I use hex
-
1505 ::
[2015-08-09T11:45:37+02:00]
[Araq]
[RFC] String Procedures: In-Place vs Copying
-
1478 ::
[2015-07-28T21:58:07+02:00]
[Araq]
const vs let in injected vs provided code bodies
-
1324 ::
[2015-06-14T23:43:25+02:00]
[Araq]
macro with named varargs parameter possible?
-
1245 ::
[2015-05-20T11:52:49+02:00]
[Araq]
Markdown for the forum
-
1208 ::
[2015-05-09T04:07:10+02:00]
[Jehan]
Borrowing brackets for distinct seq
-
1100 ::
[2015-04-03T19:30:26+02:00]
[Araq]
Templates are complicated
-
1065 ::
[2015-03-24T17:13:40+01:00]
[Stefan_Salewski]
[Solved] C macros like glib G_DEFINE_TYPE_EXTENDED in Nim possible?
-
1008 ::
[2015-03-09T22:33:36+01:00]
[BlaXpirit]
Regex 0 or more quantifier "*" does not terminate
-
863 ::
[2015-02-13T04:47:23+01:00]
[def]
Testing a number for being prime (not totally serious)
-
771 ::
[2015-01-19T18:02:11+01:00]
[Araq]
Annoucement: Another PCRE library, NRE
-
735 ::
[2015-01-08T01:02:41+01:00]
[Araq]
"=" on ref T, string and seq
-
707 ::
[2015-01-01T22:14:34+01:00]
[Varriount]
addr() equivalent for ref?
-
680 ::
[2014-12-17T10:39:00+01:00]
[Araq]
Debugging in Aporia
-
447 ::
[2014-05-19T11:35:18+02:00]
[Araq]
Is strutils find slow?
-
323 ::
[2013-12-18T00:30:28+01:00]
[Araq]
Option returns
-
320 ::
[2013-12-16T20:28:52+01:00]
[Araq]
How to proceed with low level optimisation?
-
273 ::
[2013-10-11T23:14:27+02:00]
[enurlyx]
Shortcut for nested variables possible?
-
141 ::
[2013-04-07T15:59:27+02:00]
[dom96]
scope guards
-
52 ::
[2012-07-04T23:34:46+02:00]
[Araq]
Logging library
-
34 ::
[2012-06-13T18:29:09+02:00]
[Araq]
OOP in Nimrod looks strange, value semantics