Mirror of
forum.nim-lang.org
index
(search is case sensitive; searches thread content, thread title and username)
12624 ::
[2024-12-13T09:43:26+01:00]
[Araq] Sigils – Improved Multi-Threading
11508 ::
[2024-04-28T04:22:12+02:00]
[DMisener] Help storing *reference* instead of copy in an object constructor.
11338 ::
[2024-04-01T19:49:33+02:00]
[ElegantBeef] How to remove the N_LIB_PRIVATE from exported c code.
10947 ::
[2024-02-04T08:12:10+01:00]
[Araq] Found a Niche that only Nim can do: Easy Retro(e.g. MOS 65xx) Development with ORC/ARC
10817 ::
[2023-12-31T10:07:46+01:00]
[Araq] The bool type
10751 ::
[2023-12-09T17:01:05+01:00]
[Araq] run another program, then kill/quit self on windows?
10723 ::
[2023-12-03T00:44:01+01:00]
[Araq] GAsyncQueue vs system/channels vs. threading/channels
10706 ::
[2023-11-30T10:13:47+01:00]
[Araq] Ideas about strings
10681 ::
[2023-11-25T09:27:20+01:00]
[Araq] Is Nim Dead?
10613 ::
[2023-11-08T01:33:45+01:00]
[Araq] how to feed stdin to external process and redirect stdout ?
10407 ::
[2023-08-14T19:03:48+02:00]
[Araq] Equivalent to Rust's Command spawn/try_wait?
10310 ::
[2023-06-29T07:45:29+02:00]
[Araq] Twitter Clone in 60 lines of Nim
10274 ::
[2023-06-15T14:16:02+02:00]
[Araq] Why `unsafe_addr` had to be used in StringSlice?
10138 ::
[2023-04-27T02:21:45+02:00]
[Araq] Why is this `cursor` causing error ?
10127 ::
[2023-04-23T21:46:12+02:00]
[Araq] Viability of a website generator using nim.
10054 ::
[2023-03-31T20:27:32+02:00]
[Araq] Nim 1.6 vs 2 (1.9) Working with channels
9942 ::
[2023-02-26T18:10:11+01:00]
[Araq] Orc RTTI: Is there a way to get Enum + Tuple type info?
9655 ::
[2022-11-25T20:10:39+01:00]
[Araq] Choosing Nim out of a crowded market for systems programming languages
9646 ::
[2022-11-24T13:32:20+01:00]
[Araq] Atomic ARC option?
9268 ::
[2022-06-27T19:30:05+02:00]
[dom96] If imported name conflicts with Nim keyword, what would you call it?
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
9238 ::
[2022-06-15T19:31:07+02:00]
[Araq] Back to the roots of v2.. and what it could be
9149 ::
[2022-05-09T15:40:38+02:00]
[Araq] Async musings
9145 ::
[2022-05-06T19:10:05+02:00]
[gokr] Why I left the Nim community
9098 ::
[2022-04-10T09:21:27+02:00]
[filcuc] strange behavior of generic `=destroy`
9087 ::
[2022-04-07T00:52:31+02:00]
[domogled] jsFetch fetch
9023 ::
[2022-03-19T15:53:06+01:00]
[demotomohiro] Read output only while input is not asked
8950 ::
[2022-02-25T13:13:59+01:00]
[Araq] Raises tracking and no more cyclic references in `chronos`
8935 ::
[2022-02-20T15:43:47+01:00]
[ggibson] porting c++ [string]view demo to nim: a puzzle
8748 ::
[2021-12-27T22:23:17+01:00]
[Isofruit] Is the DbTypeKind in db_sqlite always DbTypeKind.dbNull ? If yes, why?
8444 ::
[2021-09-21T08:15:22+02:00]
[ingo] Socket questions. selectRead(fds), dispatcher.
8433 ::
[2021-09-16T20:32:09+02:00]
[Araq] db_sqlite prepared statement
8410 ::
[2021-09-10T11:25:44+02:00]
[treeform] Keep a http connection alive and hand it off to another proc
8284 ::
[2021-07-29T19:13:42+02:00]
[alexeypetrushin] Data Notebook in Nim | PL0T
8251 ::
[2021-07-19T23:26:20+02:00]
[Araq] Guidance on Isolating Memory Leak
8179 ::
[2021-07-01T14:10:02+02:00]
[cdunn2001] Use cstring for C binding
8082 ::
[2021-06-04T17:15:02+02:00]
[sky_khan] Issue when deploying a application with Nginx as a reverse proxy!
8078 ::
[2021-06-03T14:59:00+02:00]
[juancarlospaco] Odd issues with HttpClient and AsyncHttpClient
7927 ::
[2021-05-05T06:53:56+02:00]
[Araq] How to use SharedList
7926 ::
[2021-05-04T22:11:08+02:00]
[Araq] Counting word frequencies with Nim
7751 ::
[2021-04-05T22:28:42+02:00]
[Araq] Multi-threaded features needed for Server
7591 ::
[2021-03-08T12:49:44+01:00]
[boia01] Nimview - a lightweight UI helper
7249 ::
[2020-12-13T13:19:27+01:00]
[jrfondren] startProcess help (2)
7149 ::
[2020-11-24T15:21:55+01:00]
[jackhftang] asynchttpserver, keep-alive and concurrent queries
7089 ::
[2020-11-14T10:16:23+01:00]
[Araq] Possible usage of Nim & Z3 for embedded?
6916 ::
[2020-10-12T18:04:26+02:00]
[Araq] Show and tell: RPC on embedded devices
6899 ::
[2020-10-07T20:51:43+02:00]
[timothee] Multiline conditions
6677 ::
[2020-08-13T18:14:56+02:00]
[Araq] Passing string to C code with --gc:arc
6532 ::
[2020-07-11T14:19:19+02:00]
[Stefan_Salewski] [offtopic]2 cross-platform GUI library
6469 ::
[2020-06-22T19:55:00+02:00]
[Araq] "subsequence" type (like Go's "slice")
6380 ::
[2020-05-26T19:52:55+02:00]
[Araq] Creating a seq or openarray on unmanaged memory
6101 ::
[2020-03-22T08:54:30+01:00]
[Stefan_Salewski] How Seq work with objects ?
5917 ::
[2020-02-11T01:42:06+01:00]
[cblake] Suggestions for optimization?
5845 ::
[2020-01-21T22:07:42+01:00]
[Araq] Will --gc:arc address finalizers for closure iterator variables?
5838 ::
[2020-01-20T10:41:31+01:00]
[Araq] Storing Nim objects in C lib -- seems to work fine (with --gc:arc)!
5814 ::
[2020-01-15T17:44:20+01:00]
[Araq] ELI5: newruntime and arc
5607 ::
[2019-11-28T02:35:01+01:00]
[dom96] use jester with SSE (server side event) example
5563 ::
[2019-11-20T00:22:55+01:00]
[enthus1ast] asyncftpclient troubles
5141 ::
[2019-08-28T23:15:57+02:00]
[dom96] Jester question: passing gcsafe variable into routes
5037 ::
[2019-07-22T18:31:26+02:00]
[Stefan_Salewski] Erroneous values returned from Nim’s C foreign function interface.
4797 ::
[2019-04-18T22:38:54+02:00]
[Araq] Can we suppress =destroy call for a local var?
4145 ::
[2018-08-21T16:25:31+02:00]
[Araq] Some fun with GC
4003 ::
[2018-07-01T07:49:22+02:00]
[Araq] Understanding the GC
3965 ::
[2018-06-23T01:42:12+02:00]
[JohnNovak] setupForeignThreadGc() question
3751 ::
[2018-04-13T08:40:27+02:00]
[dom96] How to change send timeout asyncftpclient
3642 ::
[2018-03-13T18:57:39+01:00]
[boia01] Structural typing hack PoC
3637 ::
[2018-03-12T22:23:42+01:00]
[Araq] Generic ref variables/fields?
3600 ::
[2018-03-03T09:56:11+01:00]
[Araq] Can we use warmer names?
3508 ::
[2018-01-27T18:52:51+01:00]
[dom96] How to call runForever()?
3074 ::
[2017-07-27T20:51:19+02:00]
[Araq] UDP socket closing after send
2990 ::
[2017-06-08T18:35:39+02:00]
[Araq] Proc call is blocking call of finalizer
2947 ::
[2017-05-07T20:13:18+02:00]
[dom96] asynchttpserver non-critical error
2943 ::
[2017-05-05T21:35:56+02:00]
[Krux02] pointer to array?
2909 ::
[2017-04-10T18:50:17+02:00]
[dom96] ref object or object with ref field
2566 ::
[2016-10-05T16:59:17+02:00]
[runvnc] How to parse html wild?
2490 ::
[2016-08-24T17:57:32+02:00]
[dom96] httpclient extraHeaders not working
2422 ::
[2016-07-29T17:55:45+02:00]
[Araq] Go-lang like interface
2170 ::
[2016-03-30T17:54:21+02:00]
[Araq] Debug memleaks for project.
2056 ::
[2016-02-20T00:05:44+01:00]
[dom96] http unexpected disconnect
1938 ::
[2016-01-12T04:17:59+01:00]
[Araq] reverse seq mitems
1860 ::
[2015-12-08T08:48:35+01:00]
[PV] support for compilable examples embedded inside source code
1730 ::
[2015-10-23T18:51:07+02:00]
[Araq] Slow strings
1629 ::
[2015-09-11T22:09:20+02:00]
[Varriount] Nimbol: SNOBOL4 pattern construction and matching in Nim
1597 ::
[2015-08-31T19:31:39+02:00]
[Araq] Changes in channels
1572 ::
[2015-08-23T23:00:28+02:00]
[Araq] Sharing memory between threads
1558 ::
[2015-08-18T12:38:37+02:00]
[Araq] Closed channels
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?
1471 ::
[2015-07-24T22:10:18+02:00]
[Araq] [Performance improvement] seq remove() and insert()
1314 ::
[2015-06-12T07:21:57+02:00]
[dom96] Bug in asyncnet module ?
1307 ::
[2015-06-09T11:19:02+02:00]
[Araq] Memory problem with HashSet?
1209 ::
[2015-05-11T01:31:26+02:00]
[Araq] deadCodeElim pragma not working?
1146 ::
[2015-04-20T04:41:50+02:00]
[yglukhov] Manipulate string by pointers
1000 ::
[2015-03-08T13:41:38+01:00]
[Jehan] minimum osx version for nim?
992 ::
[2015-03-07T19:32:35+01:00]
[Jehan] newSeq and memory allocation
851 ::
[2015-02-08T21:53:04+01:00]
[Araq] for a 'var' type a variable needs to be passed?
807 ::
[2015-01-30T05:18:35+01:00]
[danjcla] Using C++ APIs from Nim, then compiling to C++ == win?
680 ::
[2014-12-17T10:39:00+01:00]
[Araq] Debugging in Aporia
617 ::
[2014-11-06T01:30:29+01:00]
[Araq] New wrapper style for Nim bigbreak and more c2nim questions
592 ::
[2014-10-18T05:49:15+02:00]
[Araq] Have word "Pascal" in name?
377 ::
[2014-02-22T09:51:19+01:00]
[gradha] Freshmeat.net seems alive
319 ::
[2013-12-14T17:09:07+01:00]
[Araq] What's the lifetime for returned cstrings?
213 ::
[2013-08-30T09:37:01+02:00]
[Araq] Hello, and a few questions!
45 ::
[2012-06-24T22:16:45+02:00]
[Araq] Weak references
27 ::
[2012-05-29T10:04:51+02:00]
[Araq] a silly question