Mirror of
forum.nim-lang.org
index
(search is case sensitive; searches thread content, thread title and username)
11784 ::
[2024-06-17T23:25:08+02:00]
[Araq] Oh threadpool, my threadpool
11762 ::
[2024-06-15T05:46:29+02:00]
[Araq] It is annoying that the template doesn't resolve the symbol at template caller.
11618 ::
[2024-05-19T17:41:09+02:00]
[slangmgh] GC refc or MarkAndSweep bug with msvc compiler optimizer.
10226 ::
[2023-05-26T06:18:22+02:00]
[Araq] May bug with ``ptr ref`` combine closure?
10180 ::
[2023-05-07T04:37:52+02:00]
[Araq] Is it bug of pragma nodecl?
9765 ::
[2022-12-27T01:30:06+01:00]
[Araq] try-catch misbehavior
9723 ::
[2022-12-14T03:42:34+01:00]
[Araq] TinyRE - Tiny Regex Engine for Nim
9187 ::
[2022-05-31T12:56:12+02:00]
[Araq] How to disable implicit convert float to int.
8337 ::
[2021-08-17T17:50:23+02:00]
[Araq] Confusion about `swap`
8296 ::
[2021-08-03T20:44:35+02:00]
[slangmgh] Is it possible to pass a list/array of types to a function?
8235 ::
[2021-07-16T04:35:33+02:00]
[Araq] How can I run a procedure with specified time interval
8144 ::
[2021-06-22T20:14:41+02:00]
[Araq] Use break statement inside of called proc
8102 ::
[2021-06-09T14:47:24+02:00]
[didlybom] An simple nrpl for nim
8072 ::
[2021-06-01T20:18:47+02:00]
[slangmgh] Asynchronous processing of http requests vs spawn tasks!
7209 ::
[2020-12-06T03:12:24+01:00]
[slangmgh] There is any simple to convert a Time to DateTime?
6391 ::
[2020-05-30T03:32:20+02:00]
[slangmgh] How do I revert a my fork back to nim devel?
6311 ::
[2020-05-10T07:37:54+02:00]
[slangmgh] Run nimble install with error, need help.
6303 ::
[2020-05-08T11:38:38+02:00]
[slangmgh] Runtime generated function with generated constant value
6287 ::
[2020-05-03T08:58:36+02:00]
[Araq] Anyway to make the following code work?
5620 ::
[2019-12-01T21:34:19+01:00]
[Araq] Bug or feature?
4710 ::
[2019-03-11T22:20:04+01:00]
[slangmgh] Help with template!
4704 ::
[2019-03-08T10:01:18+01:00]
[Araq] Immutability -- more ideas
4649 ::
[2019-02-11T17:03:26+01:00]
[colinc] The portable way to find nimbase.h or system.nim location
4630 ::
[2019-02-06T09:19:56+01:00]
[Araq] inline asm err?
4626 ::
[2019-02-05T01:35:08+01:00]
[Stefan_Salewski] import object from another file
4613 ::
[2019-01-31T10:57:35+01:00]
[Araq] A bug of vcc compiler
4574 ::
[2019-01-18T16:46:38+01:00]
[anta40] How to "install" a newly built Nim on a directory?
4573 ::
[2019-01-18T11:19:37+01:00]
[moigagoo] Module typeinfo, can't access field by name. Bug or not?
4571 ::
[2019-01-17T16:33:45+01:00]
[boia01] Modified version of Kru02's interfaced
4567 ::
[2019-01-17T04:54:25+01:00]
[Araq] How to get the address of an proc with same name and different parameter type
4559 ::
[2019-01-16T01:14:29+01:00]
[Araq] Is it possible get the export flag of a type symbol
4497 ::
[2018-12-26T01:48:15+01:00]
[slangmgh] Cannot build the compiler v0.20 devel in windows.
3914 ::
[2018-06-13T03:32:15+02:00]
[Araq] How to cast an inherited object to base object?
3913 ::
[2018-06-13T03:03:40+02:00]
[andrea] Finding the type of returned results
3832 ::
[2018-05-22T06:17:53+02:00]
[Stefan_Salewski] Unicode display
3806 ::
[2018-05-08T12:57:57+02:00]
[yglukhov] How to get the address of string ""
3794 ::
[2018-05-01T06:35:28+02:00]
[Araq] Is there any problem with the code in atomic.nim for tcc?
3793 ::
[2018-05-01T03:34:09+02:00]
[Libman] Installing on Windows issues
3789 ::
[2018-04-30T02:37:52+02:00]
[mashingan] init DateTime is very annoying because we always need to initialize the DateTime object
3786 ::
[2018-04-29T00:15:16+02:00]
[Araq] Statistics for standard library usage
3776 ::
[2018-04-23T13:25:52+02:00]
[Araq] What is the typedesc inside the compiler?
3759 ::
[2018-04-15T15:20:47+02:00]
[slangmgh] Possible check if thread is turned on or off in the nim.cfg
3757 ::
[2018-04-15T09:45:09+02:00]
[Araq] How to call a macro from another macro
3675 ::
[2018-03-21T14:35:29+01:00]
[dom96] Is there any way to create template with await?
3648 ::
[2018-03-15T01:49:48+01:00]
[adrianv] How to turn thread spawn call into an async call
3451 ::
[2018-01-02T21:56:33+01:00]
[Araq] Bug (?) with templates
2951 ::
[2017-05-09T11:32:36+02:00]
[LeuGim] Compile error when wrapper type(...) with template
2931 ::
[2017-04-26T16:55:05+02:00]
[Kerp] Anyone tried the "nim secret"?
2884 ::
[2017-03-25T03:42:18+01:00]
[jangko] Problem with the generic of sequence.
2872 ::
[2017-03-20T04:09:15+01:00]
[slangmgh] concat(seqs: varargs[seq[T]]) doesn't compile when T is seq[int]