Tagged in

Apl

theburningmonk.com
theburningmonk.com
the personal blog for Yan Cui
More information
Followers
923
Elsewhere
More, on Medium

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.


APL — solving Fizz Buzz

Note: see the rest of the series so far.

This is a classic interview question, and after some experimentation I ended up with the following solution in APL:

$latex F \ \iota 100$


APL — solving Euler problem 1

Note: see the rest of the series so far.

Surprisingly, my last post on APL did well on HackerNews, turns out there is genuine interest in APL out there, which is great to see