Will there be anyone doing the challenges in Zig this year? I find
learning the language in isolation is difficult, and it would be nice to
see what some more idiomatic Zig code looks like :)
> Will there be anyone doing the challenges in Zig this year? I find learning the language in isolation is difficult, and it would be nice to see what some more idiomatic Zig code looks like :)
Time and work schedule permitting (hectic days around here), I’d love to do it. I’m a complete beginner, though, and I fully subscribe to this. Having a chance to follow a seasoned dev as they go through the challenge would be awesome.
J.
On Thu, Dec 1, 2022 at 2:53 PM Peter Bridge <peter_bridge@hotmail.com> wrote:
>> Will there be anyone doing the challenges in Zig this year? I find> learning the language in isolation is difficult, and it would be nice to> see what some more idiomatic Zig code looks like :)
I am a beginner too and do plan to attempt at least the initial easy
exercises in Zig.
Ganesan
--
Ganesan Rajagopal
I am doing it in Zig for the third year -- love to exercise my zig
chops. I cannot say if my code is idiomatic or not; let me know if you
want to take a peek and I can share the repo with you.
Cheers and good luck!
On Thu, 1 Dec 2022 at 05:15, Ganesan Rajagopal <rganesan@gmail.com> wrote:
>> On Thu, Dec 1, 2022 at 2:53 PM Peter Bridge <peter_bridge@hotmail.com> wrote:> >> > Will there be anyone doing the challenges in Zig this year? I find> > learning the language in isolation is difficult, and it would be nice to> > see what some more idiomatic Zig code looks like :)>> I am a beginner too and do plan to attempt at least the initial easy> exercises in Zig.>> Ganesan>> --> Ganesan Rajagopal
--
Gonzalo Diethelm
gonzalo.diethelm@gmail.com
On Thu, Dec 1, 2022 at 11:02 PM Peter Bridge <peter_bridge@hotmail.com> wrote:
>> Will there be anyone doing the challenges in Zig this year? I find> learning the language in isolation is difficult, and it would be nice to> see what some more idiomatic Zig code looks like :)
I do not know if my code is idiomatic or not, but here it is anyway:
https://nest.pijul.com/voroskoi/aoc2022-zig
You can find some other years under my account in zig too. I am happy
to answer/help here or in private if You have question.
Have fun!