- Nim forum
Nim forum Nim forum
- Introduction - Nim forum
But Nim fits an important niche: Migration paths from C++ and Python Because of the easy interop, you don't have to re-write an entire program all at once It's amazing how many devs don't understand why that matters If I were coding a giant program from scratch, there are lots of languages that I would consider, including Nim
- Nim forum
Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim
- Is Nim Dead? - Nim forum
Nim is dead Long live Nim Thank you for making this thread This reply is my punishment for taking the bait and clicking on it
- Announce: LimDB, a fast, persistent table with LMDB under the hood
Hello everyone, I would like to announce LimDB, a table-like interface to LMDB that allows you to persist data to disk using memory-mapped files and full database semantics uniquely easily It is based on the really great nim-lmdb wrapper Thanks, Federico! And of course, Howard, Andreas and contributors It works like so: # save nim import limdb let db = initDatabase("myDirectory") db["foo
|