Mirror of
forum.nim-lang.org
index
(search is case sensitive; searches thread content, thread title and username)
9349 ::
[2022-08-04T21:40:56+02:00]
[rayman22201] Nim spotted in the wild on new Hacker News code education startup
8545 ::
[2021-10-26T01:03:28+02:00]
[dom96] Donation matching drive via HN
6753 ::
[2020-08-31T20:00:58+02:00]
[Araq] System Programming in 2k20
6733 ::
[2020-08-27T17:12:01+02:00]
[Araq] Blog post about strict funcs
6602 ::
[2020-07-27T13:21:43+02:00]
[Araq] Has anybody been able to install Nim from source (from the Git repo) using Mingw64 under Windows 10?
6511 ::
[2020-06-30T21:28:19+02:00]
[treeform] Multithreaded await
6345 ::
[2020-05-17T00:37:03+02:00]
[Araq] Experimenting with a FreeRTOS OS Port
6240 ::
[2020-04-21T01:18:59+02:00]
[rayman22201] Sequential execution on what appears to be async code
6216 ::
[2020-04-15T03:14:35+02:00]
[jyapayne] how to properly release memory?
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
6132 ::
[2020-03-30T13:50:24+02:00]
[Araq] Idea: Nim Online Conference
6115 ::
[2020-03-25T00:27:51+01:00]
[dom96] "If you need an embedded C compiler" - from the latest zig blog includes an suggestion for Nim
5921 ::
[2020-02-11T20:02:36+01:00]
[Araq] Does --gc:arc remove dependency on NimRtl.dll?
5920 ::
[2020-02-11T20:00:39+01:00]
[dom96] Can I use IOCP / async on startProcess?
5814 ::
[2020-01-15T17:44:20+01:00]
[Araq] ELI5: newruntime and arc
5785 ::
[2020-01-09T09:40:32+01:00]
[Araq] a survey on warnings reported by GCC
5769 ::
[2020-01-04T00:02:01+01:00]
[Stefan_Salewski] Nim now has Godbolt Compiler Support!
5697 ::
[2019-12-17T03:42:44+01:00]
[Araq] Walking trees without recursive iterators
5692 ::
[2019-12-15T19:42:09+01:00]
[Araq] Preview of Weave/Picasso v0.1.0, a message-passing based multithreading runtime.
5688 ::
[2019-12-14T22:45:14+01:00]
[Araq] Introducing Synthesis: a Finite State Machine generator
5675 ::
[2019-12-12T12:38:56+01:00]
[Libman] Editor support for Nim 1.0
5647 ::
[2019-12-07T03:33:37+01:00]
[Arrrrrrrrr] How to get rid of [ProveInit] warning?
5635 ::
[2019-12-04T08:52:06+01:00]
[mratsim] {.gcsafe.}, What does {.threadvar.} do to make a function gcsafe?
5634 ::
[2019-12-04T06:07:15+01:00]
[DeletedUser] Godot and Blender
5605 ::
[2019-11-27T20:40:54+01:00]
[rayman22201] Help with templates and injected symbols
5584 ::
[2019-11-25T02:38:27+01:00]
[Araq] onSignal closure memory violation
5522 ::
[2019-11-15T08:14:23+01:00]
[dom96] async/await for embedded sysmtems
5342 ::
[2019-10-12T17:19:41+02:00]
[dom96] How to turn thread spawn call into an async call [redux; Nim 1.0.0]
5251 ::
[2019-09-30T17:11:52+02:00]
[rayman22201] Persistent data structures
5250 ::
[2019-09-30T16:48:28+02:00]
[rayman22201] [Maybe a new feature] Hook free function pointer.
5226 ::
[2019-09-26T00:37:53+02:00]
[vonH] How do nim users who have some proficiency in Lisp compare the two?
5214 ::
[2019-09-24T10:14:25+02:00]
[Araq] [RFC] Why use Nim?
5149 ::
[2019-08-30T07:30:35+02:00]
[Stefan_Salewski] Came across a video talking about NIM
5073 ::
[2019-08-06T22:02:07+02:00]
[jlhouchin] Problem catching SslError
5054 ::
[2019-07-28T16:27:25+02:00]
[Stefan_Salewski] Undeclared Identifier Error on Raspberry Pi. Code works on Nim Playground
5048 ::
[2019-07-26T11:14:57+02:00]
[Araq] Data loss with async sockets
5026 ::
[2019-07-18T05:35:18+02:00]
[Araq] Version 0.20.2 released
5005 ::
[2019-07-11T22:19:53+02:00]
[rayman22201] Simulation: FMI standard (FMU files)
5001 ::
[2019-07-11T08:26:51+02:00]
[Stefan_Salewski] What's the most idiomatic way to call ``execCmdEx`` in parallel?
5000 ::
[2019-07-10T07:02:44+02:00]
[doofenstein] Problem with UI notification system
4964 ::
[2019-06-24T18:52:09+02:00]
[Araq] What prevents you from using Nim as your main programming language?
4952 ::
[2019-06-20T04:45:53+02:00]
[Araq] psuedo RFC for async Channels and FlowVars
4840 ::
[2019-05-13T09:45:33+02:00]
[boia01] Show: dali — a pure-Nim indie assembler for Android .dex & .apk files
4771 ::
[2019-04-05T22:48:41+02:00]
[Araq] Thoughts on ideas from the Unison Language
4566 ::
[2019-01-16T21:34:37+01:00]
[Araq] generic instantiation with object inheritance
4558 ::
[2019-01-15T07:06:10+01:00]
[oyster] template/macro to create function/variant?
4517 ::
[2019-01-01T23:46:48+01:00]
[Jehan] [help needed] nim version of: COMPARING PYTHAGOREAN TRIPLES IN C++, D, AND RUST
4499 ::
[2018-12-26T21:50:10+01:00]
[chrisheller] PEG.js-like API for the pegs module
4491 ::
[2018-12-21T16:00:37+01:00]
[Araq] Nim development blog
4320 ::
[2018-10-17T18:54:59+02:00]
[Araq] Insert 'NULL' value in Postgres with Nim 0.19.1 without 'nil'
4304 ::
[2018-10-12T08:22:09+02:00]
[Stefan_Salewski] It is not easy to find generic procs like system.find()
4068 ::
[2018-07-21T19:36:28+02:00]
[Araq] Globally-invoked macros
4049 ::
[2018-07-15T15:48:14+02:00]
[yglukhov] Nim's WASM future?
4044 ::
[2018-07-13T12:02:23+02:00]
[Araq] On exceptions (again)
3966 ::
[2018-06-23T11:30:21+02:00]
[dom96] BelFOSS 2018 - Intro to Nim
3922 ::
[2018-06-14T01:40:19+02:00]
[Araq] Systems Languages: An Experience Report
3778 ::
[2018-04-24T20:19:57+02:00]
[boia01] Problems with Bounty Source: unable to make recurring donations
3505 ::
[2018-01-27T03:48:18+01:00]
[Araq] The Morning Paper Haskell paper and Destructors (cross post from Reddit)
3295 ::
[2017-10-31T15:49:58+01:00]
[yglukhov] Has anyone considered if Nim would be a good fit for a "serverless" architecture?
3284 ::
[2017-10-25T23:30:44+02:00]
[dom96] Nim T-shirts and mugs now available
3278 ::
[2017-10-24T21:26:06+02:00]
[Araq] Is this use of Nim locks correct?
3254 ::
[2017-10-18T15:54:20+02:00]
[Araq] What's happening with destructors?
3234 ::
[2017-10-08T17:51:42+02:00]
[jlp765] How to compiles only to C
3218 ::
[2017-10-04T20:42:17+02:00]
[cdunn2001] about locks and condition variables
3206 ::
[2017-09-29T10:09:58+02:00]
[mashingan] what's the different between lock and reentrant lock in Nim
3130 ::
[2017-08-28T04:05:36+02:00]
[LeuGim] Defining an array inside a tuple
3071 ::
[2017-07-27T01:42:46+02:00]
[Krux02] Nanovg and GLFW updates and Mac support