This looks interesting. Can't wait to give it a listen! Has anyone already done so? Reviews?
The Array Cast – A podcast about the array programming languages
11–20 of 141 posts
Re: The Array Cast – A podcast about the array programming languages
#12Instant subscribe from me.
Re: The Array Cast – A podcast about the array programming languages
#13Surprising highly production values -- programming podcasts are typically extremely poor auido with very little prep going into to them.
Re: The Array Cast – A podcast about the array programming languages
#14A bit sad that this interesting content is not available for audio/video impaired readers.
Re: The Array Cast – A podcast about the array programming languages
#15Re: The Array Cast – A podcast about the array programming languages
#16Earlier quoted context omitted.
No fortran guy?
I think the goal in bringing in a C++ programmer was to provide an outsider view, but no, no Fortran guy. I don't think Fortran is an array language in that arrays are not the only datastructures in Fortran, though?
Re: The Array Cast – A podcast about the array programming languages
#17A bit sad that this interesting content is not available for audio/video impaired readers.
So this thread's podcast of 52 minutes of a complex technical topic with multiple speakers could cost ~$200. A programming-related podcast is already a niche topic with a tiny audience and an Array Languages podcast is an even tinier subset of that so the cost might not be justified.
I suppose podcasts could be uploaded to Youtube and let their speech-to-text algorithm do an auto-transcribe. However, the A.I. algorithm is not good at tech topics with industry jargon/acronyms and the resultant transcription will be inaccurate.
Re: The Array Cast – A podcast about the array programming languages
#18Earlier quoted context omitted.
No fortran guy?
I think the goal in bringing in a C++ programmer was to provide an outsider view, but no, no Fortran guy. I don't think Fortran is an array language in that arrays are not the only datastructures in Fortran, though?
Maybe grandparent meant it has the same _application_ as array languages, in that its only surviving kingdom is scientific computing where devouring gargantuan arrays of numerics is the only thing that matters, unlike C or C++ that are much more widely used. Maybe that's why it has a long history of being parallized with various tools and runtimes _despite_ its inherent imperativeness. (I don't remember where I heard this, but somebody wrote an analyzer to analyze some Fortran programmes in the 90s and found that over 80%/90% of Fortran programmes are spent doing variations of map, filter and reduce. So it's an extremely imperative language against its intended use. Maybe I will post a link in an edit when I find the source of the claim)
Re: The Array Cast – A podcast about the array programming languages
#19Earlier quoted context omitted.
I think the goal in bringing in a C++ programmer was to provide an outsider view, but no, no Fortran guy. I don't think Fortran is an array language in that arrays are not the only datastructures in Fortran, though?
Is an array language a language where you only have arrays? That honestly sounds a bit odd.
Re: The Array Cast – A podcast about the array programming languages
#20A bit sad that this interesting content is not available for audio/video impaired readers.
Fyi if you weren't aware ... most podcasts don't have text of the audio because high-quality (accurate) transcription of podcasts costs money . Example rates: https://www.google.com/search?q=podcast+transcription+servic... So this thread's podcast of 52 minutes of a complex technical topic with multiple speakers could cost ~$200. A programming-related podcast is already a niche topic with a tiny audience and an Array…