-
12701 ::
[2025-03-03T19:03:02+01:00]
[Araq]
Understanding Destructors
-
12674 ::
[2025-02-05T11:45:51+01:00]
[Araq]
A question for owned ref
-
12665 ::
[2025-01-25T11:27:48+01:00]
[lou15b]
Hook into a generated =destroy() proc
-
12660 ::
[2025-01-21T16:22:23+01:00]
[Araq]
Apprecaite Nim
-
12654 ::
[2025-01-17T12:46:32+01:00]
[Araq]
GuildenStern web server 8 is out - and it's better than ever
-
12624 ::
[2024-12-13T09:43:26+01:00]
[Araq]
Sigils – Improved Multi-Threading
-
12131 ::
[2024-07-30T08:09:32+02:00]
[physicphy]
how `=dispose` differs from `=destroy`?
-
12077 ::
[2024-07-24T09:01:09+02:00]
[Araq]
first impression, strange `=destroy`
-
12002 ::
[2024-07-14T17:36:38+02:00]
[Araq]
How to do something like std::construct_at and std::destroy_at? (with correct alignment)
-
11784 ::
[2024-06-17T23:25:08+02:00]
[Araq]
Oh threadpool, my threadpool
-
11730 ::
[2024-06-07T19:32:59+02:00]
[Araq]
Stock address instead of plain object in a table : C to Nim
-
11701 ::
[2024-06-03T21:38:03+02:00]
[Araq]
varargs pragma - expanding a seq[cint]
-
11654 ::
[2024-05-26T22:39:38+02:00]
[Cnerd]
Proc inheritance for distinct type in Nim 2.0.0
-
11623 ::
[2024-05-20T17:41:48+02:00]
[Zerbina]
Spot the memory leak when using Chronos and Chronos/threadsync.ThreadSignalPtr
-
11618 ::
[2024-05-19T17:41:09+02:00]
[slangmgh]
GC refc or MarkAndSweep bug with msvc compiler optimizer.
-
11587 ::
[2024-05-11T20:03:22+02:00]
[Araq]
Latest GCC version (14.1) breaks Nim's C backend
-
11580 ::
[2024-05-10T15:02:33+02:00]
[mratsim]
Run a proc stored in an object in another thread with a threadpool
-
11573 ::
[2024-05-08T18:37:03+02:00]
[lou15b]
Puzzling compiler crash
-
11457 ::
[2024-04-19T19:32:48+02:00]
[PMunch]
Odd Segfault when using dynlib
-
11413 ::
[2024-04-11T16:27:09+02:00]
[Araq]
FFI - memory management issues
-
11263 ::
[2024-03-20T14:49:05+01:00]
[Araq]
Experimenting with a SharedRc type
-
11230 ::
[2024-03-17T01:23:20+01:00]
[Araq]
Austral (a simple-ish language with a linear type system)
-
11229 ::
[2024-03-16T21:15:09+01:00]
[lou15b]
Destructors for "ref object" types?
-
11172 ::
[2024-03-06T22:29:19+01:00]
[Araq]
Problem with closures and ORC
-
11131 ::
[2024-03-02T09:18:49+01:00]
[Araq]
Releasing threads resources (OS) after joinThread on windows
-
11035 ::
[2024-02-18T14:32:55+01:00]
[Zoom]
Totally lost when reading tutorial of "code-blocks-as-arguments"
-
11014 ::
[2024-02-16T07:20:35+01:00]
[PMunch]
Is there a way to create a musl binary (static binary) in a project using libcurl.nim?
-
10933 ::
[2024-01-30T16:26:08+01:00]
[Araq]
Pocket Clicker — proof of concept Game Boy "game"
-
10881 ::
[2024-01-17T09:29:52+01:00]
[Araq]
asyncdispatch on RTOS(Flat Memory)
-
10868 ::
[2024-01-12T12:08:47+01:00]
[ggibson]
A custom '=destroy' hook which takes a 'var T' parameter is deprecated
-
10860 ::
[2024-01-08T18:07:24+01:00]
[Araq]
=destroy and enum
-
10839 ::
[2024-01-02T20:04:49+01:00]
[mratsim]
Understanding an address sanitizer message for a memory leak caused by global dispatcher (?)
-
10807 ::
[2023-12-26T18:54:47+01:00]
[Ward]
Strange Behavior About Nim 2.0 Destructor
-
10805 ::
[2023-12-26T15:19:10+01:00]
[mratsim]
ThreadButler - Multithreading with long-running threads that act as "servers"
-
10772 ::
[2023-12-16T09:33:44+01:00]
[Araq]
error occurred when add thread to seq
-
10714 ::
[2023-12-01T10:11:17+01:00]
[Ward]
Is there a more elegant way to write destructors in Nim 2.0
-
10649 ::
[2023-11-18T15:48:55+01:00]
[Araq]
Exceptions not being handled with libuv: bug or what?
-
10642 ::
[2023-11-16T14:59:35+01:00]
[lou15b]
No =destroy hook(s) in std/tables?
-
10632 ::
[2023-11-14T00:00:41+01:00]
[Araq]
Move ref variable ro thread
-
10587 ::
[2023-11-01T17:01:29+01:00]
[Araq]
Malebogia Locker is not re-entrant?
-
10580 ::
[2023-10-30T22:11:15+01:00]
[Araq]
Changing an object's field is rejected in a destructor with new syntax
-
10556 ::
[2023-10-19T18:35:39+02:00]
[lou15b]
What is the need for "GC safe" when using ORC/ARC?
-
10543 ::
[2023-10-10T12:51:51+02:00]
[treeform]
help fix the error please
-
10534 ::
[2023-10-07T18:24:34+02:00]
[Araq]
Effects of calls to Garbage Collector when using ARC/ORC?
-
10490 ::
[2023-09-17T20:40:38+02:00]
[Araq]
How to define a =copy hook for a distinct cstring type?
-
10477 ::
[2023-09-13T13:41:53+02:00]
[Araq]
Improving Examples and Documentation
-
10461 ::
[2023-09-06T00:33:59+02:00]
[PMunch]
How can I shorten the compile time?
-
10444 ::
[2023-08-27T02:43:52+02:00]
[Araq]
Idiomatic way to zero-copy iterface with binary bitmap array
-
10400 ::
[2023-08-12T15:42:26+02:00]
[Araq]
Background thread with a weak reference to an object in main / a different thread?
-
10395 ::
[2023-08-11T12:15:41+02:00]
[Araq]
Nim 2 and need for try-finally?
-
10387 ::
[2023-08-08T15:41:19+02:00]
[Araq]
How Can I Ensure Backward Compatibility with Destructors in Nim 2.0?
-
10384 ::
[2023-08-08T03:15:16+02:00]
[Araq]
Why is My Nim Code Faster when Doing This
-
10342 ::
[2023-07-17T23:38:44+02:00]
[sls1005]
Passing closures as C callbacks with cleanup functions
-
10267 ::
[2023-06-12T20:36:12+02:00]
[mantielero]
FMU library - fmi2FreeInstance
-
10256 ::
[2023-06-07T17:57:24+02:00]
[Araq]
FMU library - seg fault
-
10201 ::
[2023-05-16T20:21:28+02:00]
[Araq]
A memory management idea
-
10184 ::
[2023-05-08T17:55:23+02:00]
[Araq]
High stack usage when calling `reset` on an object with a destructor
-
10177 ::
[2023-05-06T18:02:31+02:00]
[Araq]
Atomic ARC
-
10161 ::
[2023-05-03T12:15:22+02:00]
[Araq]
Usability of ARC/ORC in multi threaded code.
-
10155 ::
[2023-05-02T04:00:31+02:00]
[Araq]
Is ORC considered production-ready? What is the consensus on its use?
-
10138 ::
[2023-04-27T02:21:45+02:00]
[Araq]
Why is this `cursor` causing error ?
-
10117 ::
[2023-04-20T22:59:50+02:00]
[Araq]
wasMoved and =destroy does not cancel each other out
-
10092 ::
[2023-04-12T05:33:06+02:00]
[mildred]
Tcp buffer reuse for lower memory use
-
10088 ::
[2023-04-11T11:51:03+02:00]
[seves]
How the acyclic pragma works
-
10067 ::
[2023-04-04T13:17:21+02:00]
[Araq]
Is such HTML template possible?
-
10024 ::
[2023-03-20T05:21:42+01:00]
[ringabout]
My Nim Development Weekly Report (3/19)
-
10016 ::
[2023-03-17T12:25:57+01:00]
[Araq]
module "uing", widget Table: How to add rows from string-sequence
-
9930 ::
[2023-02-23T08:08:43+01:00]
[Araq]
How to destroy the global dispatcher(gDisp) in asyncdispatch on RTOS ?
-
9926 ::
[2023-02-22T11:10:44+01:00]
[Araq]
ffi: how to pass a value to c?
-
9866 ::
[2023-02-04T23:02:30+01:00]
[elcritch]
Interface C++ objects with `wasMoved`?
-
9754 ::
[2022-12-23T15:42:35+01:00]
[DeletedUser]
How to move variable to other thread
-
9753 ::
[2022-12-23T14:46:31+01:00]
[Araq]
question about memory management
-
9746 ::
[2022-12-21T22:02:52+01:00]
[Araq]
Nim version 2.0 RC1
-
9745 ::
[2022-12-21T20:18:29+01:00]
[Araq]
Create a ref to a C allocated object to manage its memory
-
9729 ::
[2022-12-15T18:47:18+01:00]
[Araq]
Odd timings for threads
-
9717 ::
[2022-12-11T21:54:23+01:00]
[Araq]
Best practices for initializing objects?
-
9694 ::
[2022-12-05T03:08:56+01:00]
[Araq]
Can wasMoved be overloaded?
-
9620 ::
[2022-11-15T22:45:15+01:00]
[Araq]
Small Nim js fib benchmark
-
9617 ::
[2022-11-15T17:36:32+01:00]
[Araq]
Nim 2: "Memory can be shared effectively between threads without copying in Nim version 2"
-
9591 ::
[2022-11-09T03:40:54+01:00]
[Araq]
nim name origin?
-
9545 ::
[2022-10-24T16:47:39+02:00]
[Araq]
Declaring an uninitialized seq & avoid unnecessary zero-mem's
-
9541 ::
[2022-10-22T23:28:56+02:00]
[cblake]
Double pointer FFI to C
-
9524 ::
[2022-10-12T05:44:20+02:00]
[Araq]
Odd error in ARC when running in Windows
-
9522 ::
[2022-10-11T12:45:43+02:00]
[Araq]
Packing integers and GMP bignums in a single value
-
9505 ::
[2022-10-03T10:45:20+02:00]
[Araq]
Copies, seqs, assignments & templates
-
9501 ::
[2022-09-30T11:06:17+02:00]
[drkameleon]
Getting pointer to a seq
-
9482 ::
[2022-09-20T22:03:20+02:00]
[Araq]
Is a Java-style GC possible?
-
9481 ::
[2022-09-20T18:09:33+02:00]
[Araq]
internal error: cannot map the empty seq type to a C type
-
9476 ::
[2022-09-18T09:58:05+02:00]
[catswhiskers]
Fidgetty Widget System: Rewrite
-
9463 ::
[2022-09-13T18:54:02+02:00]
[Yardanico]
One screen, quick and ugly kv store. Advices needed
-
9371 ::
[2022-08-14T22:33:53+02:00]
[Araq]
Alternative to gravatar for the forums?
-
9309 ::
[2022-07-17T21:07:05+02:00]
[mratsim]
Nim thread memory handling in threads with and without orc
-
9266 ::
[2022-06-27T01:59:48+02:00]
[Araq]
Nim 2.0 is already here.
-
9261 ::
[2022-06-24T12:57:30+02:00]
[demotomohiro]
Unexpected empty sequence
-
9247 ::
[2022-06-19T20:39:53+02:00]
[Araq]
Lifetime of pointer returned by str.cstring
-
9243 ::
[2022-06-18T09:55:02+02:00]
[Araq]
Can Orc be improved?
-
9218 ::
[2022-06-08T23:24:35+02:00]
[Clonk]
Nim producing void as template argument instead of the type
-
9159 ::
[2022-05-16T12:16:09+02:00]
[Araq]
Memory Leak with --gc:orc and Nimble Decimal Library
-
9148 ::
[2022-05-08T14:22:13+02:00]
[Araq]
Hello Javascript!
-
9139 ::
[2022-05-03T15:50:44+02:00]
[Araq]
Best practices for porting huge C projects to Nim
-
9099 ::
[2022-04-10T19:28:37+02:00]
[mratsim]
Shared memory with ARC
-
9098 ::
[2022-04-10T09:21:27+02:00]
[filcuc]
strange behavior of generic `=destroy`
-
9096 ::
[2022-04-10T00:40:18+02:00]
[Araq]
=destroy for files and sockets
-
9086 ::
[2022-04-06T21:50:51+02:00]
[PMunch]
`=destroy` ref object of RootObj?
-
9007 ::
[2022-03-14T06:56:51+01:00]
[kaushalmodi]
Blog post: Binding Nim to C++ std::list
-
9006 ::
[2022-03-14T01:59:53+01:00]
[Araq]
Using arc with C types?
-
9005 ::
[2022-03-13T22:07:03+01:00]
[matkuki]
Naylib - yet another raylib wrapper becomes available
-
8967 ::
[2022-03-01T18:47:56+01:00]
[enthus1ast]
Factorial computation in Nim
-
8950 ::
[2022-02-25T13:13:59+01:00]
[Araq]
Raises tracking and no more cyclic references in `chronos`
-
8916 ::
[2022-02-14T22:18:42+01:00]
[Araq]
Using Nim for system libraries?
-
8915 ::
[2022-02-14T13:46:01+01:00]
[mratsim]
Trouble interfacing with C/C++ single-header library
-
8901 ::
[2022-02-12T10:26:07+01:00]
[dom96]
after called `AsyncFuture.fail`, the future is still running
-
8872 ::
[2022-02-06T17:29:32+01:00]
[PMunch]
Two-way communication with the new ORC-friendly channels
-
8859 ::
[2022-02-01T13:02:03+01:00]
[exelotl]
Defer within async dispatch
-
8838 ::
[2022-01-24T09:03:32+01:00]
[Araq]
Destructors doc confusing
-
8820 ::
[2022-01-18T09:49:59+01:00]
[boia01]
Setting finalizer on object hierarchy won't compile with --gc:arc
-
8815 ::
[2022-01-16T22:42:19+01:00]
[boia01]
Topfew - a Nim port of Tim Bray's logfile utility
-
8814 ::
[2022-01-16T20:08:30+01:00]
[cblake]
Cleanup at program end - open files automatically closed?
-
8773 ::
[2022-01-05T02:55:40+01:00]
[Clonk]
column value extraction
-
8738 ::
[2021-12-24T18:26:51+01:00]
[Araq]
Question about debugging issue related to GC
-
8664 ::
[2021-11-28T17:34:04+01:00]
[doofenstein]
Errors with Option[T] on 1.4.8
-
8632 ::
[2021-11-15T19:38:55+01:00]
[Araq]
Question about memory management with bindings
-
8598 ::
[2021-11-06T21:21:23+01:00]
[Araq]
Dynlib passing value back to main app causes SIGSEGV error
-
8571 ::
[2021-11-01T11:38:55+01:00]
[doofenstein]
[Imageman][nimgl] Loading texture
-
8549 ::
[2021-10-27T05:14:19+02:00]
[Araq]
How to prevent return value from been`=copy`ed?
-
8531 ::
[2021-10-23T08:32:31+02:00]
[Araq]
Enforced sink argument
-
8525 ::
[2021-10-21T11:43:57+02:00]
[Araq]
Setting up a Nim foundation
-
8509 ::
[2021-10-16T21:35:56+02:00]
[Araq]
repr a ref object with a property from a C library
-
8470 ::
[2021-09-30T02:02:27+02:00]
[Araq]
Auto-free C pointer when Nim object gets GC
-
8414 ::
[2021-09-11T21:18:58+02:00]
[Araq]
Weave+ARC WIP or my bug?
-
8403 ::
[2021-09-07T00:11:55+02:00]
[Araq]
Destroying ref objects
-
8384 ::
[2021-08-31T16:15:09+02:00]
[enthus1ast]
nimja; compiled and statically typed template engine (like twig or jinja2)
-
8360 ::
[2021-08-24T12:00:08+02:00]
[Araq]
distrying seq[ptr T] field
-
8353 ::
[2021-08-22T12:50:19+02:00]
[Araq]
heap mgr improved?
-
8309 ::
[2021-08-08T14:07:45+02:00]
[Araq]
Does parameter type matter for GC_unref()?
-
8300 ::
[2021-08-05T18:09:44+02:00]
[Stefan_Salewski]
Memory leak with ARC and malloc when using references and casts
-
8260 ::
[2021-07-23T02:55:51+02:00]
[demotomohiro]
Need confirmation this code causes a `SIGSEGV: Illegal storage access`
-
8245 ::
[2021-07-19T10:31:02+02:00]
[jasonfi]
Compiling with OpenSSL on Windows 10?
-
8143 ::
[2021-06-22T18:10:35+02:00]
[Araq]
Attempt to read from nil, Arc bug?
-
8121 ::
[2021-06-16T07:19:17+02:00]
[Araq]
Weak maps?
-
7926 ::
[2021-05-04T22:11:08+02:00]
[Araq]
Counting word frequencies with Nim
-
7925 ::
[2021-05-04T21:53:45+02:00]
[Araq]
Nim as a classic programming language
-
7832 ::
[2021-04-20T20:54:02+02:00]
[Araq]
Concatenation of seq and array?
-
7691 ::
[2021-03-23T18:51:06+01:00]
[Stefan_Salewski]
gtk gintro, hello world in object oriented way.
-
7648 ::
[2021-03-17T09:15:13+01:00]
[Stefan_Salewski]
Weird Ref Ptr Problem
-
7613 ::
[2021-03-11T18:33:19+01:00]
[Araq]
bad destructor causing crash in arc/orc?
-
7512 ::
[2021-02-15T21:15:18+01:00]
[timothee]
hotcodereloading and libfswatch
-
7496 ::
[2021-02-10T18:33:09+01:00]
[Stefan_Salewski]
fmusdk: porting from C to nim - looking for advice
-
7487 ::
[2021-02-08T15:59:36+01:00]
[Araq]
createInterpreter in a DLL
-
7360 ::
[2021-01-09T14:04:40+01:00]
[Stefan_Salewski]
Calling destructors works fine
-
7345 ::
[2021-01-07T00:06:03+01:00]
[cmc]
NimDBX (libmdbx key/value database wrapper) now nimble-installable, whew
-
7339 ::
[2021-01-06T14:59:43+01:00]
[Javi]
Acquire webcam on Windows 10
-
7299 ::
[2020-12-28T17:14:37+01:00]
[cblake]
How to sum the values of a table?
-
7250 ::
[2020-12-13T16:47:02+01:00]
[Araq]
Perceus: Garbage free reference counting with reuse
-
7183 ::
[2020-12-01T11:18:11+01:00]
[Araq]
Nim compiled DLL, using Powerbuild programming language call, parameter return result garbled code.
-
7165 ::
[2020-11-27T17:02:18+01:00]
[lqdev]
help C to nim conversion just precision
-
7092 ::
[2020-11-14T14:18:50+01:00]
[Peter]
Kill thread?
-
7083 ::
[2020-11-13T03:05:45+01:00]
[Araq]
Nim based Firmware -- it's tiny!
-
7050 ::
[2020-11-07T22:34:29+01:00]
[Araq]
Returning objects from func with ARC
-
7014 ::
[2020-10-30T19:57:43+01:00]
[Stefan_Salewski]
Sublime Text user experience
-
6980 ::
[2020-10-24T01:32:33+02:00]
[Araq]
handmade hero in nim ( warning: noob)
-
6930 ::
[2020-10-15T16:24:22+02:00]
[Araq]
Regarding the future of --gc:none and --gc:regions
-
6925 ::
[2020-10-14T19:33:03+02:00]
[Araq]
Small introductory post about ARC/ORC in Nim.
-
6803 ::
[2020-09-11T12:10:52+02:00]
[Araq]
About sink and copy: is this expected behavior?
-
6777 ::
[2020-09-06T15:58:40+02:00]
[Araq]
Attracting more people...
-
6771 ::
[2020-09-03T22:38:10+02:00]
[francisl]
Help compiling updated version of webview on OS X
-
6762 ::
[2020-09-02T17:45:34+02:00]
[cyraxjoe]
[windows] Nim fails to compile with a Lua pkg.
-
6753 ::
[2020-08-31T20:00:58+02:00]
[Araq]
System Programming in 2k20
-
6746 ::
[2020-08-29T11:25:38+02:00]
[mratsim]
Trouble using parallel
-
6714 ::
[2020-08-23T17:15:25+02:00]
[Stefan_Salewski]
Does gintro need manually memory manipulations
-
6676 ::
[2020-08-13T11:41:09+02:00]
[jibal]
Object destroyed after editing enum property?
-
6628 ::
[2020-08-01T09:28:16+02:00]
[timothee]
Which version of OpenSSL to get QuickJWT linking?
-
6566 ::
[2020-07-21T18:22:39+02:00]
[Araq]
ARC: Calling default destructor of embedded field from a destructor
-
6558 ::
[2020-07-19T14:37:49+02:00]
[Stefan_Salewski]
question on call callback function in C
-
6511 ::
[2020-06-30T21:28:19+02:00]
[treeform]
Multithreaded await
-
6485 ::
[2020-06-25T01:51:59+02:00]
[Yardanico]
Mysterious compile error "system module needs: nimDestroyAndDispose" with --gc:orc
-
6483 ::
[2020-06-24T18:13:30+02:00]
[Araq]
New garbage collector --gc:orc is a joy to use.
-
6445 ::
[2020-06-17T23:22:21+02:00]
[Araq]
Is --gc:arc completely independent from the older ownership model?
-
6426 ::
[2020-06-12T15:51:29+02:00]
[Araq]
Comparisons of Nim to the Chapel computer programming language...
-
6358 ::
[2020-05-20T20:16:28+02:00]
[mratsim]
How can I pass shared memory between threads?
-
6331 ::
[2020-05-13T21:34:19+02:00]
[Araq]
Idea why this does not compile?
-
6326 ::
[2020-05-13T06:05:18+02:00]
[Araq]
How to instantiate `ptr object`
-
6307 ::
[2020-05-08T21:44:26+02:00]
[mratsim]
Best practices for wrapping opaque C pointer types?
-
6300 ::
[2020-05-07T13:18:04+02:00]
[Araq]
I cannot understand ARC
-
6287 ::
[2020-05-03T08:58:36+02:00]
[Araq]
Anyway to make the following code work?
-
6246 ::
[2020-04-22T22:41:15+02:00]
[mratsim]
Using nim's GC to handle C resources
-
6216 ::
[2020-04-15T03:14:35+02:00]
[jyapayne]
how to properly release memory?
-
6208 ::
[2020-04-13T22:19:38+02:00]
[geotre]
Profiling SDL2 application with Valgrind
-
6156 ::
[2020-04-05T02:27:53+02:00]
[Araq]
Destructor not called for ref object
-
6106 ::
[2020-03-22T22:45:12+01:00]
[Stefan_Salewski]
Unchecked arrays
-
6072 ::
[2020-03-15T03:47:14+01:00]
[Araq]
Is this a gc:arc memory leak bug or not?
-
5965 ::
[2020-02-22T09:28:01+01:00]
[Araq]
Modify old code using new/finalizer to compile with gc:arc
-
5939 ::
[2020-02-17T09:46:00+01:00]
[Araq]
Zig as C compiler for Nim. How to feed him the code
-
5906 ::
[2020-02-08T23:27:19+01:00]
[Araq]
Error compiling Rosencrantz with --gc:arc
-
5854 ::
[2020-01-24T23:48:33+01:00]
[Stefan_Salewski]
Calling =destroy on parent class
-
5845 ::
[2020-01-21T22:07:42+01:00]
[Araq]
Will --gc:arc address finalizers for closure iterator variables?
-
5841 ::
[2020-01-20T19:19:10+01:00]
[Araq]
Is this a minor --gc:arg issue?
-
5837 ::
[2020-01-20T10:24:02+01:00]
[Stefan_Salewski]
Wrapped C++ code is leaking memory
-
5825 ::
[2020-01-17T19:11:34+01:00]
[Araq]
Finalizers questions
-
5786 ::
[2020-01-09T16:00:19+01:00]
[Stefan_Salewski]
`=destroy` is called for ref types when compiled with --gc:arc :-)
-
5734 ::
[2019-12-24T20:37:09+01:00]
[Araq]
Introducing --gc:arc
-
5592 ::
[2019-11-25T20:36:27+01:00]
[Stefan_Salewski]
Strange Crash
-
5584 ::
[2019-11-25T02:38:27+01:00]
[Araq]
onSignal closure memory violation
-
5452 ::
[2019-11-04T17:02:10+01:00]
[Stefan_Salewski]
May this macro work good enough?
-
5422 ::
[2019-10-29T11:43:47+01:00]
[mratsim]
destroyThread in Nim 1.0.0
-
5418 ::
[2019-10-28T13:57:52+01:00]
[Stefan_Salewski]
help setCellDataFunc gtk3
-
5362 ::
[2019-10-16T14:21:30+02:00]
[timothee]
Out of bounds error when use seq with emscripten
-
5343 ::
[2019-10-12T21:03:46+02:00]
[leorize]
Attaching finalizers to ref types (is there a better way?)
-
5321 ::
[2019-10-10T10:41:38+02:00]
[Araq]
Multi-threading and data sharing
-
5289 ::
[2019-10-05T23:15:39+02:00]
[Araq]
Nim v1.1 and beyond roadmap
-
5232 ::
[2019-09-27T06:11:53+02:00]
[Araq]
Can someone help me fill in missing info about Nim's 8 GC models?
-
5210 ::
[2019-09-20T19:33:16+02:00]
[treeform]
Nim playground
-
5149 ::
[2019-08-30T07:30:35+02:00]
[Stefan_Salewski]
Came across a video talking about NIM
-
5146 ::
[2019-08-29T15:53:22+02:00]
[Araq]
Who owns the widget in this example?
-
5134 ::
[2019-08-26T12:30:57+02:00]
[Araq]
Testing `newruntime` `owned ref` as to cyclic data...
-
5130 ::
[2019-08-26T07:46:19+02:00]
[dom96]
Need debugging help
-
5120 ::
[2019-08-23T13:43:13+02:00]
[mratsim]
Marvin Minsky frame model /extended with ordered storage/
-
5083 ::
[2019-08-09T13:50:03+02:00]
[Araq]
[RFC] Project Picasso - A multithreading runtime for Nim
-
5047 ::
[2019-07-26T09:17:04+02:00]
[dom96]
What do you think about the programming language NIM?
-
5010 ::
[2019-07-13T21:41:32+02:00]
[Araq]
sizeof a ref object type
-
5002 ::
[2019-07-11T12:49:52+02:00]
[shashlick]
Wrap C library that needs CMake
-
4976 ::
[2019-06-28T22:34:14+02:00]
[Araq]
Nim's future: GC and the newruntime
-
4932 ::
[2019-06-12T19:31:53+02:00]
[Araq]
Looking for advance on server memory use.
-
4910 ::
[2019-06-06T22:04:38+02:00]
[Araq]
Nim v0.20.0 is here (1.0 RC)
-
4908 ::
[2019-06-06T10:54:26+02:00]
[Araq]
Why newruntime with owned refs may not work that well with extern libs like GTK (gintro)
-
4797 ::
[2019-04-18T22:38:54+02:00]
[Araq]
Can we suppress =destroy call for a local var?
-
4796 ::
[2019-04-18T15:41:19+02:00]
[Stefan_Salewski]
Will an object instance passed to a proc not generate a =destroy call?
-
4769 ::
[2019-04-05T20:39:04+02:00]
[dom96]
Is there a 2D game framework recently updated for Nim ?
-
4765 ::
[2019-04-04T00:46:14+02:00]
[leorize]
Suggestions for gui frameworks to make an app in nim for android?
-
4743 ::
[2019-03-26T13:07:52+01:00]
[Araq]
Owned refs
-
4716 ::
[2019-03-14T11:35:46+01:00]
[Araq]
Passing a pointer to an array to a c function!
-
4703 ::
[2019-03-08T04:49:01+01:00]
[Libman]
Legal Threats In Nimble Packages
-
4642 ::
[2019-02-09T08:32:09+01:00]
[mashingan]
gladloadgl
-
4638 ::
[2019-02-08T19:02:59+01:00]
[bpr]
Screencast Series Ideas
-
4634 ::
[2019-02-07T03:49:50+01:00]
[mashingan]
vecctor items iterator
-
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
-
4497 ::
[2018-12-26T01:48:15+01:00]
[slangmgh]
Cannot build the compiler v0.20 devel in windows.
-
4489 ::
[2018-12-20T19:13:11+01:00]
[Araq]
Using var object in a proc that is the object's property
-
4474 ::
[2018-12-15T04:16:02+01:00]
[Araq]
Invalid type: 'proc' in this context 'proc (ui: NimUI, btn: Button)' for proc
-
4447 ::
[2018-12-08T21:16:19+01:00]
[DeletedUser]
How does --gc:stack work?
-
4396 ::
[2018-11-21T03:48:52+01:00]
[Libman]
how compile nimedit?
-
4377 ::
[2018-11-13T23:16:23+01:00]
[DTxplorer]
Error with Glew
-
4344 ::
[2018-11-01T02:02:56+01:00]
[Araq]
development and release model: use the `oneflow` model
-
4333 ::
[2018-10-24T16:51:26+02:00]
[Araq]
How should relative path calculated?
-
4310 ::
[2018-10-13T15:34:56+02:00]
[Araq]
How to use destructor in nim ?
-
4221 ::
[2018-09-23T09:05:49+02:00]
[c0ntribut0r]
How to force destroy a ref?
-
4181 ::
[2018-09-08T08:11:59+02:00]
[bpr]
Confused with Nim OOP tutorials. Please clarify straight forward examples
-
4170 ::
[2018-09-04T09:00:12+02:00]
[Araq]
Destructor was invoked unexpectedly.
-
4134 ::
[2018-08-17T02:28:26+02:00]
[Stefan_Salewski]
How do I compile an example with SQLite using db_sqlite?
-
4119 ::
[2018-08-10T16:07:29+02:00]
[Araq]
Is this valid Nim code or a typo?
-
3983 ::
[2018-06-26T21:43:48+02:00]
[Stefan_Salewski]
iup library on Linux problem
-
3980 ::
[2018-06-26T09:28:08+02:00]
[Araq]
net Socket SSL Error
-
3941 ::
[2018-06-18T16:45:09+02:00]
[Araq]
Default GC is slow when retained many objects to the variable
-
3924 ::
[2018-06-14T22:48:30+02:00]
[Araq]
How compiler decides where to put the value?
-
3908 ::
[2018-06-11T08:08:08+02:00]
[Nycto]
Nim, opengl and SDL2: texture artifacts
-
3653 ::
[2018-03-16T00:30:55+01:00]
[Araq]
Problem compiling nim with gcc in linux.
-
3528 ::
[2018-02-05T20:59:22+01:00]
[dom96]
Any photos or videos from NIM @FOSDEM ?
-
3508 ::
[2018-01-27T18:52:51+01:00]
[dom96]
How to call runForever()?
-
3458 ::
[2018-01-05T21:58:18+01:00]
[Araq]
Why is my destructor not called?
-
3391 ::
[2017-12-02T20:04:35+01:00]
[Araq]
SharedTable: missing hasKey() and len()
-
3355 ::
[2017-11-22T13:36:27+01:00]
[Araq]
Copy-on-write container
-
3347 ::
[2017-11-18T15:11:00+01:00]
[Araq]
Unifiing resource management like destructors and finalizers
-
3341 ::
[2017-11-16T13:34:40+01:00]
[lambda414]
nim-lang ui not working with vcc on windows
-
3291 ::
[2017-10-29T17:30:29+01:00]
[Araq]
Challenges implementing an "actor system" in Nim (long post!)
-
3211 ::
[2017-10-01T09:41:17+02:00]
[dom96]
Safe sdl2 wrapper library?
-
3095 ::
[2017-08-07T06:45:13+02:00]
[Araq]
Nim newbie request/challenge
-
3036 ::
[2017-07-10T06:46:35+02:00]
[Stefan_Salewski]
Nim Dynamic Libraries: exporting functions that return pointer-based types
-
3017 ::
[2017-06-22T13:12:17+02:00]
[Araq]
Howto make arbitrary macro parameters persistant (non volatile)
-
2982 ::
[2017-06-02T18:43:59+02:00]
[Jehan]
Extending objects and initialization
-
2887 ::
[2017-03-27T21:14:26+02:00]
[Araq]
How to create, destroy, and recreate threads
-
2873 ::
[2017-03-21T01:39:17+01:00]
[Araq]
Thread-local persistence
-
2861 ::
[2017-03-15T22:05:18+01:00]
[lltp]
Create a shared library and get gc for free?
-
2800 ::
[2017-02-16T12:06:19+01:00]
[cblake]
How to be more concise in code [NEWBIE]
-
2726 ::
[2017-01-13T18:25:41+01:00]
[dom96]
Trying to verify a server's SSL certificate, having trouble
-
2706 ::
[2017-01-08T11:29:42+01:00]
[Araq]
What do you think about Redox and Electron?
-
2698 ::
[2017-01-04T03:21:25+01:00]
[Jehan]
Why do custom types need to be reference counted objects for dynamic dispatch to work.
-
2665 ::
[2016-12-12T01:50:02+01:00]
[Varriount]
Return values question
-
2617 ::
[2016-11-11T09:06:37+01:00]
[Araq]
Any ideas for the "Port already in Use" nimsuggest socket error?
-
2611 ::
[2016-11-08T11:33:28+01:00]
[Stefan_Salewski]
Fun with deduplicate
-
2515 ::
[2016-09-05T13:28:40+02:00]
[didlybom]
What are "memory regions"
-
2503 ::
[2016-08-30T17:47:20+02:00]
[dom96]
programming ligatures
-
2498 ::
[2016-08-29T10:30:12+02:00]
[dom96]
async I/O API: why strings?
-
2489 ::
[2016-08-24T09:21:40+02:00]
[Araq]
Where do I learn how to program Nim without a GC?
-
2456 ::
[2016-08-10T16:49:07+02:00]
[Araq]
Nim improvement process
-
2446 ::
[2016-08-07T14:46:31+02:00]
[Araq]
spawninig of more than 8 threads problem
-
2386 ::
[2016-07-18T04:11:01+02:00]
[Araq]
RFC: How best to provide examples for newbies
-
2317 ::
[2016-06-14T23:33:08+02:00]
[def]
pointer/length -> seq[int8]?
-
2242 ::
[2016-05-02T11:59:15+02:00]
[Stefan_Salewski]
gtk: gSignalConnect how to?
-
2234 ::
[2016-04-28T16:24:51+02:00]
[dom96]
Chapter 6 -- few bugs, no PEGs
-
2198 ::
[2016-04-10T12:58:02+02:00]
[Araq]
GTK 3.20 Nim wrapper
-
2178 ::
[2016-04-04T01:19:39+02:00]
[Araq]
Set operator prececedence
-
2116 ::
[2016-03-12T06:15:56+01:00]
[Vladar]
loading a PNG
-
2114 ::
[2016-03-11T13:16:02+01:00]
[Araq]
[RFC] Cyclic imports and symbol dependencies
-
2064 ::
[2016-02-24T04:31:45+01:00]
[Stefan_Salewski]
gtk2 dictionary
-
1983 ::
[2016-01-27T18:31:22+01:00]
[Jehan]
A few questions about Nim
-
1901 ::
[2015-12-27T23:29:42+01:00]
[Araq]
High level wrappers, any examples available already?
-
1894 ::
[2015-12-26T04:56:05+01:00]
[Araq]
object member concept type
-
1882 ::
[2015-12-17T21:01:45+01:00]
[kirbyfan64sos]
Error: internal error: expr(nkClosedSymChoice); unknown node kind
-
1860 ::
[2015-12-08T08:48:35+01:00]
[PV]
support for compilable examples embedded inside source code
-
1843 ::
[2015-12-06T00:05:05+01:00]
[Araq]
Is the opengl package currently broken?
-
1805 ::
[2015-11-16T22:13:23+01:00]
[Araq]
"out of memory" error
-
1775 ::
[2015-11-08T01:03:45+01:00]
[Araq]
package management using npm
-
1668 ::
[2015-09-24T23:16:19+02:00]
[Araq]
Nim destroys variables contained in pointers?
-
1582 ::
[2015-08-26T09:40:25+02:00]
[Araq]
openarray syntax improvement suggestion
-
1575 ::
[2015-08-24T14:49:31+02:00]
[Araq]
ptr, array, openarray and the heap
-
1528 ::
[2015-08-13T11:04:09+02:00]
[Araq]
Cleaning up objects and finalizers
-
1473 ::
[2015-07-26T14:41:28+02:00]
[Jehan]
A better memory model?
-
1355 ::
[2015-06-22T17:14:30+02:00]
[Araq]
WebAssembly
-
1284 ::
[2015-06-02T21:02:59+02:00]
[novist]
Destructors not called
-
1272 ::
[2015-05-29T16:08:35+02:00]
[Araq]
C++ FFI
-
1254 ::
[2015-05-23T20:22:18+02:00]
[Araq]
I want an event loop in my app
-
1232 ::
[2015-05-16T19:12:38+02:00]
[Araq]
wisdom of var parameters
-
1204 ::
[2015-05-07T18:33:56+02:00]
[Araq]
Destructors and assignment operators
-
1202 ::
[2015-05-07T02:23:58+02:00]
[Araq]
FlowVar type mismatch in parallel block
-
1181 ::
[2015-05-04T00:20:13+02:00]
[Jehan]
Power of converters?
-
1167 ::
[2015-04-29T16:14:11+02:00]
[Jehan]
Non-C style tests with =
-
1030 ::
[2015-03-16T00:34:16+01:00]
[Araq]
Guess I am doing something wrong again
-
839 ::
[2015-02-06T16:56:15+01:00]
[Araq]
Threads and copying
-
734 ::
[2015-01-07T16:58:32+01:00]
[Stefan_Salewski]
Nim bindings for SFML (a multimedia/game library)
-
725 ::
[2015-01-06T14:53:52+01:00]
[Orion]
Smart pointers to wrap resources from C APIs
-
724 ::
[2015-01-06T12:46:33+01:00]
[Araq]
Has anyone got a Nim binding to GTK+3?
-
608 ::
[2014-10-31T01:37:07+01:00]
[Jehan]
Are recursive methods allowed in Nim?
-
473 ::
[2014-06-15T00:39:34+02:00]
[Araq]
How can I maintain the original HTML structure/DOM?
-
466 ::
[2014-06-13T17:52:17+02:00]
[gradha]
Nimrod binding for Cairo graphics
-
423 ::
[2014-04-20T02:30:46+02:00]
[Araq]
GTK3
-
362 ::
[2014-02-11T21:55:24+01:00]
[Araq]
RAII
-
307 ::
[2013-12-01T19:14:55+01:00]
[Araq]
Threads and global variables
-
294 ::
[2013-11-02T15:35:32+01:00]
[gradha]
Good resources on references
-
278 ::
[2013-10-17T12:23:38+02:00]
[Araq]
What is the Nimrod equivalent for an Interface.
-
216 ::
[2013-08-31T11:19:34+02:00]
[Araq]
nimrod static
-
158 ::
[2013-05-27T17:53:23+02:00]
[gradha]
About Community
-
131 ::
[2013-02-25T02:32:23+01:00]
[Araq]
Aporia build problem
-
93 ::
[2012-10-19T23:16:06+02:00]
[Araq]
uint support in case and sizeof