-
10873 ::
[2024-01-14T19:34:24+01:00]
[Araq]
What are your options for dealing with leaks in asyncCheck under arc?
-
10839 ::
[2024-01-02T20:04:49+01:00]
[mratsim]
Understanding an address sanitizer message for a memory leak caused by global dispatcher (?)
-
10805 ::
[2023-12-26T15:19:10+01:00]
[mratsim]
ThreadButler - Multithreading with long-running threads that act as "servers"
-
10545 ::
[2023-10-11T14:56:46+02:00]
[Araq]
Nim boilerplate
-
8833 ::
[2022-01-20T13:24:35+01:00]
[Araq]
Discussion: Why Static Languages Suffer From Complexity
-
8626 ::
[2021-11-14T19:25:48+01:00]
[leorize]
what does bycopy mean
-
8188 ::
[2021-07-03T09:07:50+02:00]
[arnetheduck]
Safe `enum` conversion
-
8029 ::
[2021-05-25T03:31:48+02:00]
[leorize]
nimsuggest, neovim, nim.nvim trouble
-
8009 ::
[2021-05-21T18:53:22+02:00]
[Araq]
Querying on support to CPS development by compiler devs
-
8002 ::
[2021-05-19T19:11:36+02:00]
[dom96]
IRC freenode staff exodus
-
7926 ::
[2021-05-04T22:11:08+02:00]
[Araq]
Counting word frequencies with Nim
-
7724 ::
[2021-03-31T04:59:07+02:00]
[leorize]
void return type
-
7704 ::
[2021-03-27T03:00:04+01:00]
[leorize]
How to best access a potentially const variable in a func that is to big for default stack?
-
7683 ::
[2021-03-22T20:35:22+01:00]
[Araq]
Manually initializing exception handling
-
7470 ::
[2021-02-04T04:49:01+01:00]
[boia01]
Help needed: Deadlock during allocShared0
-
7453 ::
[2021-01-31T09:21:04+01:00]
[leorize]
RFC: My prototype for an osproc replacement
-
7275 ::
[2020-12-22T03:07:09+01:00]
[Araq]
Why is my program so much slower in Nim than in Rust?
-
7266 ::
[2020-12-18T05:15:40+01:00]
[geohuz]
NodeJS for Nim
-
7208 ::
[2020-12-05T18:40:21+01:00]
[Araq]
replace OpenSSL with statically linked LibreSSL Windows
-
7155 ::
[2020-11-25T20:06:33+01:00]
[Araq]
Is there an easy way to bake in parameters at compile time?
-
7018 ::
[2020-10-31T09:25:00+01:00]
[ggibson]
SSL error using httpClient
-
6985 ::
[2020-10-25T16:31:07+01:00]
[cblake]
design of large modular projects in nim?
-
6976 ::
[2020-10-22T21:48:57+02:00]
[dom96]
Passing data between threads with ARC
-
6969 ::
[2020-10-21T16:42:35+02:00]
[leorize]
[Docker Image] GCC /bin/sh:: file not found
-
6962 ::
[2020-10-20T18:15:09+02:00]
[sky_khan]
Writing binary data to SQLite
-
6958 ::
[2020-10-20T00:40:23+02:00]
[Araq]
How to avoid deprecation notice for libraies supporting multi-version of Nim?
-
6957 ::
[2020-10-20T00:33:49+02:00]
[Araq]
Views of a non thread local var
-
6953 ::
[2020-10-19T00:44:34+02:00]
[leorize]
Ubuntu, snap install, "Error: cannot open file: strutils"
-
6952 ::
[2020-10-18T18:18:29+02:00]
[timothee]
1.4.0 failed with old-ish gcc because of NIM_STATIC_ASSERT bug
-
6951 ::
[2020-10-18T14:07:54+02:00]
[didlybom]
Impressive results with --gc:orc
-
6943 ::
[2020-10-17T18:27:23+02:00]
[Stefan_Salewski]
Forcing a memory leak in Nim
-
6937 ::
[2020-10-16T19:37:16+02:00]
[Araq]
Version 1.4.0 released
-
6930 ::
[2020-10-15T16:24:22+02:00]
[Araq]
Regarding the future of --gc:none and --gc:regions
-
6898 ::
[2020-10-07T19:56:38+02:00]
[leorize]
Help me to configure (neo)vim, please
-
6886 ::
[2020-10-03T18:54:01+02:00]
[leorize]
Confusing behaviour with cstringArray
-
6853 ::
[2020-09-24T06:34:05+02:00]
[Araq]
abs(int8) returns int8?
-
6740 ::
[2020-08-28T06:59:29+02:00]
[Stefan_Salewski]
Brainstorming ideas to improve Nim's landing page
-
6736 ::
[2020-08-28T00:12:30+02:00]
[moigagoo]
We should make it simpler for authors to have their blog featured on the Nim front page.
-
6679 ::
[2020-08-13T18:23:04+02:00]
[leorize]
Compiler Seg faulting when using "object" instead of "ref object" for nested object.
-
6646 ::
[2020-08-06T16:28:35+02:00]
[Araq]
Sandboxing untrusted Nimscript code
-
6638 ::
[2020-08-03T17:08:36+02:00]
[coffeepot]
Syntax for copy instance of object and update some attribute
-
6442 ::
[2020-06-17T11:00:47+02:00]
[Araq]
Nim version 1.2.2 is out!
-
6249 ::
[2020-04-23T15:32:46+02:00]
[Araq]
Detect englobing scope in macros
-
6247 ::
[2020-04-23T01:13:48+02:00]
[ggibson]
Help understanding simple string pointer indexing example
-
6246 ::
[2020-04-22T22:41:15+02:00]
[mratsim]
Using nim's GC to handle C resources
-
6222 ::
[2020-04-16T14:17:02+02:00]
[leorize]
How to wait for all futures to complete
-
6210 ::
[2020-04-14T10:33:41+02:00]
[cdome]
v1.2 fails to compile "==" for standalone & gc=none
-
6190 ::
[2020-04-10T21:43:49+02:00]
[spip]
Detect and catch compiler error in test suite?
-
6183 ::
[2020-04-09T18:04:44+02:00]
[Araq]
Newbie - gui based application and secondary event loop
-
6181 ::
[2020-04-09T10:07:29+02:00]
[federico3]
Creating dynamic libraries as nimble package
-
6175 ::
[2020-04-08T15:01:03+02:00]
[mratsim]
1.2.0 build.sh error : OpenBSD AMD64
-
6170 ::
[2020-04-07T18:18:09+02:00]
[dom96]
Nim programming book for kids
-
6146 ::
[2020-04-03T19:22:30+02:00]
[Araq]
Nim 1.2 is here
-
6095 ::
[2020-03-21T13:15:53+01:00]
[doofenstein]
Forward declaration of object name
-
6025 ::
[2020-03-03T16:32:56+01:00]
[leorize]
Nim devel branch: compiler doesn't throw an error when a variable is used after move-ing it
-
6019 ::
[2020-03-02T15:56:38+01:00]
[leorize]
TimeFormatParseError using period character '.' as date separator
-
6017 ::
[2020-03-02T04:50:03+01:00]
[JohnS]
how to deal with C string with \0?
-
6016 ::
[2020-03-01T21:51:30+01:00]
[timothee]
Some rant about nim
-
6011 ::
[2020-02-29T09:58:14+01:00]
[Stefan_Salewski]
About manual memory management(new to nim)
-
6008 ::
[2020-02-28T18:53:19+01:00]
[Araq]
re or nre. What should i use? What will be supported in future?
-
6004 ::
[2020-02-28T07:13:43+01:00]
[leorize]
Share a paper: How to Print Floating-Point Numbers Accurately
-
5997 ::
[2020-02-27T12:05:40+01:00]
[leorize]
How to declare a thread-global variable?
-
5865 ::
[2020-01-27T13:31:36+01:00]
[Araq]
Nim 1.0.6 is out!
-
5853 ::
[2020-01-24T11:37:29+01:00]
[moigagoo]
Docgen is underdocumented, requesting assistance
-
5817 ::
[2020-01-15T21:54:59+01:00]
[Araq]
Naming conventions - need leading underscore
-
5815 ::
[2020-01-15T19:32:24+01:00]
[Araq]
Nim lang for beginners?????
-
5814 ::
[2020-01-15T17:44:20+01:00]
[Araq]
ELI5: newruntime and arc
-
5805 ::
[2020-01-12T21:40:07+01:00]
[leorize]
Setup Nim with Vim/NeoVim
-
5775 ::
[2020-01-06T23:11:51+01:00]
[Araq]
"Returning" a proc from a template
-
5691 ::
[2019-12-15T17:46:02+01:00]
[Stefan_Salewski]
Editor with nimsuggest support for libs with generics?
-
5662 ::
[2019-12-10T05:44:48+01:00]
[Araq]
[C backend] On const qualifier again
-
5548 ::
[2019-11-17T17:31:21+01:00]
[dom96]
How to avoid recursive module dependency ?
-
5524 ::
[2019-11-15T11:09:47+01:00]
[dom96]
Jester memory usage keep rising using sqlite
-
5360 ::
[2019-10-16T11:58:17+02:00]
[Stefan_Salewski]
images: simple way to read/write and manipulate images in nim?
-
5359 ::
[2019-10-16T09:31:10+02:00]
[cblake]
Getter and Setter methods in Nim
-
5355 ::
[2019-10-14T21:57:22+02:00]
[mratsim]
Research questions for open-source library authors re communicating with general users
-
5349 ::
[2019-10-13T18:06:24+02:00]
[leorize]
How to use testament ?
-
5343 ::
[2019-10-12T21:03:46+02:00]
[leorize]
Attaching finalizers to ref types (is there a better way?)
-
5340 ::
[2019-10-12T13:51:08+02:00]
[jyapayne]
Problem with macro and identation ...
-
5320 ::
[2019-10-10T09:16:41+02:00]
[Stefan_Salewski]
c-like read\write data structure in Nim?
-
5316 ::
[2019-10-09T21:24:04+02:00]
[leorize]
nim in nim
-
5308 ::
[2019-10-09T11:44:09+02:00]
[treeform]
beginners tutorial
-
5206 ::
[2019-09-19T13:33:14+02:00]
[LeuGim]
Error by duplicated file names (redefinition of 'types'; previous declaration here...)
-
5081 ::
[2019-08-08T19:04:23+02:00]
[leorize]
Using a generic type in 'raises' pragma's argument
-
5080 ::
[2019-08-08T16:50:20+02:00]
[LeuGim]
How to add a symbol to represent the infinity (∞)
-
5078 ::
[2019-08-08T11:07:26+02:00]
[leorize]
Default implementation of generic proc
-
5075 ::
[2019-08-08T02:48:08+02:00]
[leorize]
Problem with var objects and adding values to them
-
5072 ::
[2019-08-06T20:14:34+02:00]
[leorize]
Error when using foldl on BigInts
-
5071 ::
[2019-08-06T15:17:47+02:00]
[Araq]
Failure to abstract in standard library's db code?
-
5056 ::
[2019-07-29T23:06:58+02:00]
[mratsim]
The 'Nim way' of code structure and object composition
-
5034 ::
[2019-07-21T21:51:22+02:00]
[leorize]
Macro/Template starting with a custom character
-
5032 ::
[2019-07-20T02:30:09+02:00]
[mratsim]
How to return a seq[string] from proc
-
5029 ::
[2019-07-19T13:44:41+02:00]
[zahary]
Vim 8 code completion plugin?
-
5025 ::
[2019-07-17T16:58:59+02:00]
[madra]
Passing a Variable as Part of Args to execProcess
-
5015 ::
[2019-07-15T11:56:05+02:00]
[Araq]
Alias for proc names -- any progress?
-
5006 ::
[2019-07-12T02:55:05+02:00]
[Araq]
D templated codeblocks
-
5001 ::
[2019-07-11T08:26:51+02:00]
[Stefan_Salewski]
What's the most idiomatic way to call ``execCmdEx`` in parallel?
-
4993 ::
[2019-07-07T06:54:04+02:00]
[leorize]
can already defined types be modified at compile time with a macro?
-
4976 ::
[2019-06-28T22:34:14+02:00]
[Araq]
Nim's future: GC and the newruntime
-
4968 ::
[2019-06-25T18:31:51+02:00]
[leorize]
exporting API from submodules
-
4965 ::
[2019-06-25T02:00:43+02:00]
[leorize]
Sequence of typeclass
-
4951 ::
[2019-06-20T03:23:26+02:00]
[leorize]
test for nil
-
4933 ::
[2019-06-12T19:35:33+02:00]
[Stefan_Salewski]
please help me with compiler error message, 0.20.0, travis
-
4913 ::
[2019-06-07T11:51:59+02:00]
[leorize]
Are there any docs for official Nim_SDL2 binding?
-
4910 ::
[2019-06-06T22:04:38+02:00]
[Araq]
Nim v0.20.0 is here (1.0 RC)
-
4907 ::
[2019-06-06T10:50:24+02:00]
[Araq]
Extending Enumerations to Support Step and Binary Enums
-
4903 ::
[2019-06-04T15:44:07+02:00]
[dom96]
CORS in Jester
-
4868 ::
[2019-05-21T11:06:41+02:00]
[leorize]
Nim has been added to CodeGolf
-
4853 ::
[2019-05-16T19:23:10+02:00]
[treeform]
Problem trying to compress the http response data!
-
4826 ::
[2019-05-07T19:31:45+02:00]
[dom96]
New to Nim, Made Something to Feed It
-
4773 ::
[2019-04-08T07:06:03+02:00]
[mratsim]
Let vs Const initializing object containing array of objects with variants: different behavior
-
4765 ::
[2019-04-04T00:46:14+02:00]
[leorize]
Suggestions for gui frameworks to make an app in nim for android?
-
4676 ::
[2019-02-24T00:14:59+01:00]
[Araq]
[Review request] for rosetta code challenge "Lexical Analyzer"
-
4636 ::
[2019-02-08T17:14:07+01:00]
[Araq]
Debugging - again
-
4596 ::
[2019-01-27T10:39:18+01:00]
[leorize]
new experimental nim plugin for neovim
-
4528 ::
[2019-01-03T21:28:01+01:00]
[Araq]
Creating instance of ptr "object" from instance of "object"
-
4456 ::
[2018-12-10T16:09:54+01:00]
[dom96]
ptr arithmetics?
-
4302 ::
[2018-10-11T20:54:27+02:00]
[Araq]
Trying to learn templates, but its hard to understand.
-
4181 ::
[2018-09-08T08:11:59+02:00]
[bpr]
Confused with Nim OOP tutorials. Please clarify straight forward examples
-
3866 ::
[2018-05-28T12:53:29+02:00]
[leorize]
Inherited object not nil
-
1286 ::
[2015-06-03T05:51:45+02:00]
[Araq]
Nim on MIPS
-
1151 ::
[2015-04-21T12:52:27+02:00]
[Araq]
Why is reading lines from stdin so slow for me?