Mirror of
forum.nim-lang.org
index
(search is case sensitive; searches thread content, thread title and username)
10654 ::
[2023-11-19T17:13:30+01:00]
[Araq] overload operator `+=` for private member
10639 ::
[2023-11-15T12:36:36+01:00]
[Araq] proc/func/method: syntax
10545 ::
[2023-10-11T14:56:46+02:00]
[Araq] Nim boilerplate
10332 ::
[2023-07-11T19:15:31+02:00]
[SolitudeSF] Table lookup problem
10199 ::
[2023-05-16T07:08:05+02:00]
[PMunch] macro compile-time comparison with define-pragmas
9737 ::
[2022-12-19T11:00:44+01:00]
[Araq] Mr. Rumpf, why didn't you went along with the Python standard library?
9698 ::
[2022-12-07T11:42:35+01:00]
[DeletedUser] Get time at compile-time
9525 ::
[2022-10-12T08:10:09+02:00]
[Araq] Ways to tweak the output of the JavaScript backend
9146 ::
[2022-05-07T18:44:34+02:00]
[Yardanico] Wierd behaviour with table
9129 ::
[2022-04-27T14:44:15+02:00]
[demotomohiro] AI’s opinions on Nim
9111 ::
[2022-04-17T12:11:13+02:00]
[PMunch] Compiler ignores my `if` a throws an error
9104 ::
[2022-04-14T17:35:47+02:00]
[PMunch] Hopefully simple Nim syntax question
9019 ::
[2022-03-17T20:10:55+01:00]
[Araq] Simple linked list questions: Correct proc signature for first()
8880 ::
[2022-02-08T04:26:22+01:00]
[Araq] best practice or guidelines on using log in a library?
8813 ::
[2022-01-16T17:27:57+01:00]
[aEverr] closure and for loop problem
8797 ::
[2022-01-13T05:08:18+01:00]
[Araq] Thoughts on error vs fatal log levels?
8726 ::
[2021-12-19T15:23:15+01:00]
[enthus1ast] What approach can I use to fix a number of parameters in some functions?
8706 ::
[2021-12-12T19:45:19+01:00]
[SolitudeSF] Error: identifier expected, but got: paramStr(1)
8692 ::
[2021-12-08T12:57:15+01:00]
[Araq] More nim newbie woes, this time echo fmt Possible AOC2021 spoiler
8609 ::
[2021-11-10T11:37:55+01:00]
[Araq] proc doSomething(msg="", opt=-1)
8596 ::
[2021-11-06T05:04:46+01:00]
[Araq] Indentation in Nim
8591 ::
[2021-11-05T09:33:26+01:00]
[Araq] include std/prelude vs import std/prelude (and other small prelude oddities)
8515 ::
[2021-10-19T20:07:54+02:00]
[didlybom] The fate of Nim Editors
8437 ::
[2021-09-18T12:06:59+02:00]
[mashingan] Direct I2C device access with pure Nim
8365 ::
[2021-08-25T13:59:50+02:00]
[Stefan_Salewski] Does Nim have anything equivalent to Ruby's puts, or Python's print, or Perl's say?
8333 ::
[2021-08-17T09:11:28+02:00]
[Araq] A look at Dart's null safety syntax
8244 ::
[2021-07-19T08:09:57+02:00]
[demotomohiro] Template or macro for heterogeneous tuple expressions?
8042 ::
[2021-05-26T16:53:01+02:00]
[Demos] documentation for the `do` keyword?
8021 ::
[2021-05-24T09:44:40+02:00]
[aEverr] How to get the compile time as a const string?
7727 ::
[2021-03-31T15:10:12+02:00]
[Araq] Why is there no compile error when accessing uninitialize variable
7618 ::
[2021-03-13T08:23:09+01:00]
[juancarlospaco] Splat operator in Nim?
7589 ::
[2021-03-08T10:37:22+01:00]
[drkameleon] Sorting array by object key
7501 ::
[2021-02-13T07:33:44+01:00]
[tbutton] echo doesn't work correctly
7121 ::
[2020-11-19T07:49:53+01:00]
[Araq] Why does JSON serializing a table not work properly?
6748 ::
[2020-08-30T08:26:18+02:00]
[Varriount] Alternative to float
6728 ::
[2020-08-26T10:23:36+02:00]
[Araq] How to know where a proc is defined - or: Newbie tries to get used to unqualified imports
6611 ::
[2020-07-28T18:11:52+02:00]
[cblake] "||" operator ? : Is there a corresponding operator for iterables ?