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!
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….
#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)
Happy and proud to have helped organizing the first historic @nim_lang devroom @fosdem. Tomorrow we go live from 12:30 to 17:40 with 8 great talks, join us! forum.nim-lang.org/t/8866
Just a quick reminder about our annual Community Survey.
If you haven't filled it out already, please take 5 minutes of your time to do it:
docs.google.com/forms/d/e/1F…
If you want to try a new language for this year's #AdventOfCode — we're once again organizing #AdventOfNim!
Join our private leaderboard(s) and share your solutions (or ask for help if you get stuck :)) with our awesome community.
More information: forum.nim-lang.org/t/8657
Less than 60 hours until #AdventOfCode by @ericwastl!
If you still haven't decided on what language to use — 2.5 days is plenty of time to learn the basics of Nim :)
Join 200+ players using Nim:
If you want to try a new language for this year's #AdventOfCode — we're once again organizing #AdventOfNim!
Join our private leaderboard(s) and share your solutions (or ask for help if you get stuck :)) with our awesome community.
More information: forum.nim-lang.org/t/8657