Yair Chuchem 2022-12-05 09:25:47 I had a fantastic experience solving AoC Day 5 using Lamdu!
If anyone has a better environment for doing this, Iβd like to know!
youtu.be/QT0EUJhdhmw?t=60
Chris Maughan 2022-12-05 11:21:54 2022 Advent of Code Solutions, Day 5, Thread:
Maikel van de Lisdonk 2022-12-09 13:22:33 I've finally had some time to do another AoC using my visual editor... needless to say that this is not an example of how visual programming should be doneπ but I still wanted to see if I could extend my tool to at least finish the task (part 1 only) .. so here it is. But I do think that this assignment showed some missing functionality.. for example a way to show the results of each step of a Map node would be helpful without resorting to console.log
Andrew Reece 2022-12-05 12:52:24 Less about the solution, more about the process... I streamed solving the first 2 days of AoC with WhiteBox here: twitch.tv/videos/1669247002
I should be doing more soon!
Jason Morris 2022-12-05 21:33:57 Does anyone else find switching code languages as daunting as I do? I always dread it like I'm trying to cut off a limb, or something. Just spent a week doing HTML/CSS, now back to Prolog.
Tudor Girba 2022-12-05 21:48:41 there is switching languages and then there is switching from HTML/CSS to Prolog π
Chris Maughan 2022-12-06 09:04:09 2022 Advent Of Code Solutions, Day 6:
Chris Maughan 2022-12-07 10:14:22 2022 Advent Of Code Solutions, Day 7:
Yair Chuchem 2022-12-08 09:23:50 Solution in Lamdu (revised. the solution in my live-stream was much more messy)
Yair Chuchem 2022-12-08 09:23:50 Solution in Lamdu (revised. the solution in my live-stream was much more messy)
Chris Maughan 2022-12-07 10:15:17 I over engineered the solution today, but it worked well enough.
Chris Maughan 2022-12-07 10:15:53 It would have been simpler with a dictionary; I just expected part 2 to be harder than it was.
Lu Wilson 2022-12-07 11:46:26 That was a fun one! I was worried that part 2 was going to end up needing something more performant. Glad I went for a simple solution in part 1 :)
Yair Chuchem 2022-12-11 21:37:53 Advent of Code Day 11.
Drama: Lamdu got stuck in my live stream π± but Iβm also doing this to catch bugs like this.