Xah Talk Show 2024-12-21 Ep605. Run Code of Python JS Fsharp Etc in Emacs. Are You Based?

- timestamp
- 39:05 what does based mean
- 42:49 how to be an independent thinker
- rewrite so to use
call-process
, not shell. - Emacs: Format Python Code 📜
- Emacs: Format JavaScript Code 📜
- Emacs: Format Golang Code 📜
- Emacs: Format PowerShell Code 📜
(shell-command "pwsh -command date") (call-process "pwsh" nil t nil "-command" "date" ) ;; Saturday, December 21, 2024 1:09:30 PM (call-process "pwsh" nil t nil "-command" "get-date" ) ;; Saturday, December 21, 2024 1:09:20 PM
- base
- conformist
- nonconformist


