Tube: A subway route planner in Dyalog APL (2011)
dfns.dyalog.com
Tube: A subway route planner in Dyalog APL (2011)
1–5 of 5 posts
Re: Tube: A subway route planner in Dyalog APL (2011)
#2The code itself is here: https://dfns.dyalog.com/tube_code.htm
I'm not an expert in APL-family languages, but they seem to be perfect for those who have developed an intense hatred of boilerplate and explicit loops.
Re: Tube: A subway route planner in Dyalog APL (2011)
#3Sometimes I think I understand computation, then I look at APL.
Re: Tube: A subway route planner in Dyalog APL (2011)
#4The code itself is here: https://dfns.dyalog.com/tube_code.htm I'm not an expert in APL-family languages, but they seem to be perfect for those who have developed an intense hatred of boilerplate and explicit loops.
Three pages, including comments. Always amazing to see that.
Re: Tube: A subway route planner in Dyalog APL (2011)
#5The code itself is here: https://dfns.dyalog.com/tube_code.htm I'm not an expert in APL-family languages, but they seem to be perfect for those who have developed an intense hatred of boilerplate and explicit loops.
Array languages in general, note that NumPy traces back to array languages.
Also that is a great reason why array languages would be ideal for GPGPU, and sadly we're stuck in more classical languages with extensions for that.