Nim 1.6.10 RC2

2022-11-14 Thread miran
Here is the **second release candidate** for Nim 1.6.10, available from our nightly builds: If you're using Choosenim, you should be able to get this RC by doing: ch

I drew nim-chan

2022-11-14 Thread ingo
what does "chan" mean?

The search box should lead them smoothly

2022-11-14 Thread Seokhairul7
We choose a set of keywords to optimize for specific content or blog. It is important that every keyword we use is relevant throughout the content. You don't put in a certain keyword just because it's frequently searched on Google. The keyword should be the main topic of your site or page. If so

new to nim install fail Ubuntu 22.04.1 LTS

2022-11-14 Thread sls1005
It was Fedora, and then Ubuntu. How long do we have before it gets removed from all major distros?

Bad out of the box experience with MSVC

2022-11-14 Thread RodSteward
When you use Nim with a simple nimble project, just the Hello World template I get these errors. nim-1.6.8@s...@ssystem.nim.c:4466:93: error: too many arguments to function call, expected single argument '_Buf', have 2 arguments TM__Q5wkpxktOdTGvlSRo9bz

Why I enjoy using the Nim programming language at Reddit.

2022-11-14 Thread giaco
While being far from your skill and productivity, I share the same path. I went from major language X to Python to Nim for exactly the same reasons you are describing. Thanks for sharing this.

Why I enjoy using the Nim programming language at Reddit.

2022-11-14 Thread Zoom
The fact that a Reddit employee, and not just some, but one with his own UI and graphics libraries under his belt, links to old.reddit.com by default, is speaking a lot. On the serious note, Andre's enthusiasm is what we can all learn from. You really relay the excitement you have for things in

Why I enjoy using the Nim programming language at Reddit.

2022-11-14 Thread treeform
One of the ways to make Nim popular if more big or well known companies admit to using Nim in production. I work at Reddit which is a big well known company and here is a post on the official Reddit Tech Blog talking about my experience. Please I need you to spread the word that a company liker

OpenSSL 3?

2022-11-14 Thread dlesnoff
All major Linux distributions (Fedora, Debian, Archlinux) support OpenSSL 3 and require it as a backend over the 1.1.x series, to ship your package through package installation. Look at how to migrate your programs from 1.1.x to Op

I drew nim-chan

2022-11-14 Thread scarf
[just for fun.](https://twitter.com/scarf005/status/1592149560188862465/photo/1)

new to nim install fail Ubuntu 22.04.1 LTS

2022-11-14 Thread federico3
Pity that canonical did not include the nim package in Ubuntu 22. If it can be of help, you can pull the package from Debian.

memory footprint of parsejson

2022-11-14 Thread setop
@Araq > Report it on github please I'll fill a proper in issue on GH if useful. > but then I don't know how you measure it In short, I use `/usr/bin/time -f '%M %e' ./exe < input.json`. It gives * M: Maximum resident set size of the process during its lifetime, in Kilobytes. * e: Elapsed

How mature is async/threading in Nim?

2022-11-14 Thread Araq
There is for example.

new to nim install fail Ubuntu 22.04.1 LTS

2022-11-14 Thread Araq
Also try `sudo apt-get build-essentials`

new to nim install fail Ubuntu 22.04.1 LTS

2022-11-14 Thread pp
Hi, you should provide more info: what error messages you got?

memory footprint of parsejson

2022-11-14 Thread jasonfi
The jsony lib is faster and should use less memory: