Xah Talk Show 2023-03-09 Emacs Lisp. Command to Move File (Photo) to a Dir (categorize)
- 57:11 language design on lisp's place expressions (aka generalized variable)
- emacs lisp write a command to put current image file to a specific folder.
# example, of the logical incongruity of the list element assignment syntax, in most imperative (procedural) languages xList = [3,4,5] xList[0] = "something"