At the intersection of Islamicate linguistics and computation

Internals

  • Internally, it’s called PyList_Append and it returns an integer, which is used as a success vs. failure flag. But for now, let’s skip going down that rabbit hole, and instead focus on how it adds an element to a List. We can see that the real work seems to be done by app1() (1) which…

    Read more →