Joined December 2013
Pinned Tweet
The wait is over. Nim v1 is here. 👑 nim-lang.org/blog/2019/09/23…
15
285
43
581
Finally managed to work on a new release of IDE plugin for @nim_lang 👑 Improved debugging experience, compatibility with newest JB IDEs and support for custom toolchains. Available on JetBrains marketplace: plugins.jetbrains.com/plugin…
4
15
53
Did @TimSweeneyEpic really popped up yesterday in @_jmgomez_ talk about using @nim_lang in @UnrealEngine to congratulate him? 🤯
1
3
16
We are back from our first break, and it is time for the second part of NimConf 2022: invidious.tiekoetter.com/watch?v=hZ7wX1kg…
1
3
NimConf is starting in one hour!!
NimConf 2022 Tomorrow, Saturday October 22nd, from 10:00 UTC. More details: nim-lang.org/nimconf2022/
1
9
1
29
Nim retweeted
Today endler.dev/2017/yes/ was brought to my attention. Thanks for such a good explanation @matthiasendler!! My system: - GNU Yes: 6.60GiB/s - Rust version (optimized): 5.74GiB/s - In @nim_lang: 6.24GiB/s (only adding buffering over the naïve version which was ~60MiB/s).
3
8
1
40
Nim retweeted
Spent a good portion of my @nim_lang talk on why C++ interop is so important and showing how much easier it is with Nim vs. most everything else. invidious.tiekoetter.com/watch?v=d2VRuZo2…
Live updates from @chandlerc1024's @CppNorth 2022 keynote! 1/ 🧵
5
5
36
openSUSE Reaches First-Class Support for Nim Language ift.tt/lVy27BI
3
17
3
47
I am happy to announce that @tacen_app is now a sponsor for @nim_lang ! We use Nim extensively at Tacen, and I love working with the language. opencollective.com/nim
1
25
Shout out to @digitalocean for sponsoring us for another year. They gift us free servers to host our website, forum, the Nim playground and more. We really appreciate their support!
7
80
What are your thoughts on style insensitivity in Nim? Was it a blocker from you trying/using Nim? We're currently considering getting rid of it for v2: github.com/nim-lang/RFCs/iss….
35% Keep style insensitivity
39% Get rid of it
26% No opinion/See results
145 votes • Final results
6
2
2
9
It looks like we're featured in today's @Replit newsletter, awesome. Thanks @Replit! newsletter-tournament-ground…
1
18
What a wholesome Reddit post. reddit.com/r/nim/comments/sm…
1
8
25
@nim_lang spot the differences...
#python from random import choice t = "" s = " ▁▂▃▄▅▆▇█" z = 0 for i in range(5000): z += choice([-1, 1]) if z < 0: z = z + 2 elif z >= len(s): z = z - 2 t += s[z] print(t)
1
5
22