More fun with APL
Note: see the rest of the series so far. I stumbled across this post the other day and problem 2 seems like something I can easily do in APL since it essentially requires you to interleave two arrays. The problem is: Write a function that combines two lists by alternatingly taking elements. For example: given the …