If I have a list of 0 s, how would I modify, for example, the 16th 0 in the list?
Long story: I am doing a project for my functional programing class, and I thought of writing an AI controller in Lisp, for the Mario AI competition. I was looking over frameworks/libraries/ways of ...