Xah Talk Show 2023-03-09 Emacs Lisp. Move File to Dir (Categorize Files). Place Expression.

xah talk show 2023-03-09 14f4c
xah talk show 2023-03-09 14f4c
# 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"