Say at the top that the terminal is optional now

This commit is contained in:
Joseph Ferano 2026-09-11 20:28:13 +07:00
parent fc3cd2361a
commit f925a79475

View File

@ -2,7 +2,10 @@
;; The editor half of Flan's dev loop. `flan dev program.flan' compiles the
;; program, launches it, and listens on .flan-dev.sock beside the source; this
;; connects to that socket and sends it forms.
;; connects to that socket and sends it forms. M-x flan-dev starts that
;; daemon from here and connects when it is serving, so the loop needs no
;; terminal — and M-x flan-dev-quit ends it, which ends the program, because
;; the daemon is what owns the program's lifetime.
;;
;; C-c C-c recompiles the top-level form at point and installs it in the
;; running program, at that program's next frame boundary. Call sites compiled