Mirror of
forum.nim-lang.org
index
(search is case sensitive; searches thread content, thread title and username)
9193 ::
[2022-06-02T12:56:51+02:00]
[Araq] Is `setTimer` workable for long term timers, e.g 30 days?
9005 ::
[2022-03-13T22:07:03+01:00]
[matkuki] Naylib - yet another raylib wrapper becomes available
8704 ::
[2021-12-12T15:32:38+01:00]
[sky_khan] Why windows.h file is always included into compilation on Windows?
8619 ::
[2021-11-13T20:36:28+01:00]
[ftsf] (2021 November) Most common or active 2D game framework?
8111 ::
[2021-06-13T04:33:42+02:00]
[demotomohiro] gcc does not find paths generated by os module on Windows
8020 ::
[2021-05-24T08:13:07+02:00]
[Araq] c2nim -- minor update
8015 ::
[2021-05-22T15:09:17+02:00]
[Araq] Making Concepts more smooth?
7978 ::
[2021-05-14T10:01:58+02:00]
[Araq] xlsxwriter - Static compilation in windows
7951 ::
[2021-05-08T15:02:50+02:00]
[demotomohiro] Which converters are "safe" to use?
7950 ::
[2021-05-08T05:25:03+02:00]
[greenfork] How to avoid name collisions in wrapped C files with system files like windows.h?
7460 ::
[2021-02-01T23:56:16+01:00]
[Stefan_Salewski] When should I use tuples over objects?
7445 ::
[2021-01-29T16:48:16+01:00]
[PMunch] Trying to use times now
7435 ::
[2021-01-26T10:12:17+01:00]
[Araq] How do I list the files in a directory in Nim?
7429 ::
[2021-01-25T19:49:15+01:00]
[greenfork] Puzzling error (warning?) messages
7422 ::
[2021-01-24T16:13:56+01:00]
[Araq] Pararules - A rules engine for games
7412 ::
[2021-01-22T07:49:46+01:00]
[Araq] Current state of list comprehison in Nim
7410 ::
[2021-01-22T05:09:43+01:00]
[moigagoo] Best practice for OOP-style of procedure calling
7407 ::
[2021-01-21T13:44:43+01:00]
[Araq] Is there a way to use question mark in my proc names?
7402 ::
[2021-01-19T19:52:32+01:00]
[cblake] Print - a better echo. colors, pretty nesting, refs and cycles!
7368 ::
[2021-01-10T12:22:46+01:00]
[Araq] NimraylibNow! - The Ultimate Raylib gaming library wrapper
7352 ::
[2021-01-08T08:48:45+01:00]
[Araq] Interfacing with va_list from stdarg.h
7345 ::
[2021-01-07T00:06:03+01:00]
[cmc] NimDBX (libmdbx key/value database wrapper) now nimble-installable, whew
7342 ::
[2021-01-06T20:11:11+01:00]
[Araq] Failed trying to wrap macro in another macro
7340 ::
[2021-01-06T18:18:57+01:00]
[mratsim] Error cross-compiling json-nim-rpc
6208 ::
[2020-04-13T22:19:38+02:00]
[geotre] Profiling SDL2 application with Valgrind
4676 ::
[2019-02-24T00:14:59+01:00]
[Araq] [Review request] for rosetta code challenge "Lexical Analyzer"
4671 ::
[2019-02-21T15:38:04+01:00]
[Araq] Convert string to char
4667 ::
[2019-02-19T17:41:27+01:00]
[Araq] Note how the ``let fn = filename`` statement ensures that ``filename`` is evaluated only once