Re: [Jprogramming] Advent of Code 2022 in J, as a tutorial

2023-08-04 Thread Luke D
I have a number of solutions for the easier PE problems I can add (I also have AoC solutions for various years). However, I have only been using J for 3 years, so am I invited to contribute? Best Regards, Luke De La Cruz On Fri, Aug 4, 2023 at 8:27 PM Henry Rich wrote: > I have enjoyed reading

Re: [Jprogramming] Advent of Code 2022 in J, as a tutorial

2023-08-04 Thread Henry Rich
I have enjoyed reading your solutions.  It's great to see the language used for somewhat realistic problems. Will those of you with Project Euler solutions step up and showcase your J?  Just add to the ShareMyScreen page. Henry Rich On 8/4/2023 9:31 AM, Jan-Pieter Jacobs wrote: I've been wo

[Jprogramming] Raul Miller is the guest on this episode of the ArrayCast podcast and he is talking about precision in computing.

2023-08-04 Thread 'robert therriault' via Programming
Raul Miller joins the ArrayCast to discuss precision in the world of computing. Host: Conor Hoekstra Guest: Raul Miller Panel: Adám Brudzewsky, Marshall Lochbaum, Stephen Taylor and Bob Therriault. https://www.arraycast.com/episodes/episode59-raul-miller --

Re: [Jprogramming] Advent of Code 2022 in J, as a tutorial

2023-08-04 Thread Raul Miller
On Fri, Aug 4, 2023 at 9:32 AM Jan-Pieter Jacobs wrote: > As a side note: does anyone have code for downloading inputs directly?. I haven't tackled that problem, though I have not ruled out tackling it at some point in the future. (It's not trivial.) That said, you could use launch_jbrowser_ aft

Re: [Jprogramming] Advent of Code 2022 in J, as a tutorial

2023-08-04 Thread Jan-Pieter Jacobs
I've been working on putting my solutions for the first 5 AoC days at https://code.jsoftware.com/wiki/ShareMyScreen#by_Jan-Pieter_Jacobs Any feedback would be appreciated, and if I don't get any, I'll just assume I'm doing great job and continue as is ;). As a side note: does anyone have code fo