Fun fact: All three of Go's creators have written APL interpreters, and Go's "iota" keyword is modeled after the corresponding APL operator.

Rob Pike also implemented an APL-like big number calculator in Go more recently: https://github.com/robpike/ivy

>The author has never used APL. It's a chicken and egg problem. (...) All testing has been done with tryapl.org.

There are also a few free software implementations of APL most notably GNU APL. I have been sticking to that while learning APL. https://www.gnu.org/software/apl/