Xah Talk Show 2020-09-27 best programable keypad, unix config files, why JavaScript property sucks

Xah Talk Show 2020-09-27 best programable keypad, unix config files, why JavaScript property sucks
const arr = [3,4,5]

console.log ( arr.map ( (x => x+1)) );
(let ((arr (vector 3 4 5)) result)
  (print (mapcar (lambda (x) (+ x 1)) arr)))

xah_talk_show_2020-09-27.txt