Xah Talk Show 2023-03-09 Emacs Lisp. Command to Move File (Photo) to a Dir (categorize)

# example, of the logical incongruity of the list element assignment syntax, in most imperative (procedural) languages

xList = [3,4,5]
xList[0] = "something"

What is Place Expression, Generalized Variable, in Lisp

# example, of the logical incongruity of the list element assignment syntax, in most imperative (procedural) languages

xList = [3,4,5]
xList[0] = "something"