nim_lang's profile picture.

Nim

@nim_lang

Pinned

The wait is over. Nim v1 is here. 👑 nim-lang.org/blog/2019/09/2…

nim_lang's tweet image. The wait is over. Nim v1 is here. 👑

nim-lang.org/blog/2019/09/2…

Nim reposted

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/15128-n…

PiotrekTomiak's tweet image. 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/15128-n…

Nim reposted

Did @TimSweeneyEpic really popped up yesterday in @_jmgomez_ talk about using @nim_lang in @UnrealEngine to congratulate him? 🤯


Nim reposted

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).

kraptor's tweet image. 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).

Nim reposted

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. youtube.com/watch?v=d2VRuZ…

Live updates from @chandlerc1024's @CppNorth 2022 keynote! 1/ 🧵

code_report's tweet image. Live updates from @chandlerc1024's @CppNorth 2022 keynote! 1/ 🧵
code_report's tweet image. Live updates from @chandlerc1024's @CppNorth 2022 keynote! 1/ 🧵
code_report's tweet image. Live updates from @chandlerc1024's @CppNorth 2022 keynote! 1/ 🧵
code_report's tweet image. Live updates from @chandlerc1024's @CppNorth 2022 keynote! 1/ 🧵


Nim reposted

openSUSE Reaches First-Class Support for Nim Language ift.tt/lVy27BI


Nim reposted

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


...but we can do even better than 1.6.4! :) Nim 1.6.6 is here! nim-lang.org/blog/2022/05/0…


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!


Nim reposted

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/….


It looks like we're featured in today's @Replit newsletter, awesome. Thanks @Replit! …etter-tournament-grounds.util.repl.co


What a wholesome Reddit post. reddit.com/r/nim/comments…


Nim reposted

@nim_lang spot the differences...

pietroppeter's tweet image. @nim_lang spot the differences...
pietroppeter's tweet image. @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)

justvanrossum's tweet image. #python
from random import choice
t = &quot;&quot;
s = &quot; ▁▂▃▄▅▆▇█&quot;
z = 0
for i in range(5000):
    z += choice([-1, 1])
    if z &amp;lt; 0:
        z = z + 2
    elif z &amp;gt;= len(s):
        z = z - 2
    t += s[z]

print(t)


Loading...

Something went wrong.


Something went wrong.