Mirror of
forum.nim-lang.org
index
(search is case sensitive; searches thread content, thread title and username)
12700 ::
[2025-03-03T17:55:45+01:00]
[enthus1ast] Looking for a library/macro for easy recursive binary unpacking of files
12680 ::
[2025-02-11T18:23:28+01:00]
[Charles] Call procedure if variable is of specific type
11335 ::
[2024-04-01T16:03:47+02:00]
[Isofruit] How to use dynamic dispatch with inheritance without converting to the appropriate subtype by hand?
11332 ::
[2024-04-01T09:33:05+02:00]
[Araq] NVIDIA uses Nim!
10744 ::
[2023-12-07T17:15:29+01:00]
[Araq] Is it possible to encode constraints directly into a type, and enforce them at runtime?
10725 ::
[2023-12-03T11:33:30+01:00]
[dxb] re.findBounds doesn't return all matches
10653 ::
[2023-11-19T13:44:46+01:00]
[Araq] Templates: How to gensym proc names, and inject variables in asm?
10597 ::
[2023-11-03T18:45:01+01:00]
[Araq] Error: expression 'x' is of type 'y' and has to be used (or discarded)
10590 ::
[2023-11-02T05:25:37+01:00]
[Araq] With what parameters does echo call fwrite? Trying to implement fwrite in Nim.
7579 ::
[2021-03-04T10:39:53+01:00]
[Araq] array, seq : is there something in between?
3462 ::
[2018-01-06T20:48:26+01:00]
[dom96] Increasing Nim exposure
938 ::
[2015-02-27T18:49:48+01:00]
[Araq] Newlines get converted to returns in writeFile()
931 ::
[2015-02-26T20:12:31+01:00]
[Araq] Documentation request: add on Sequences
926 ::
[2015-02-25T20:44:31+01:00]
[LeuGim] range logic problem
916 ::
[2015-02-23T21:04:23+01:00]
[Varriount] Object initialization problem, I think