Emacs jokes aside, what would be really nice is to have some scripting language backing these phones so I could have the phone be a little smarter about fr'instance when to interrupt me.
(def ring-loud-p (caller)
"Checks whether the phone should ring LOUD"
(if (and (eq 'girlfriend caller)
(> 10 (getAmbientNoiseLevel))
t
nil)) ) --
Emacs jokes aside, what would be really nice is to have some scripting language backing these phones so I could have the phone be a little smarter about fr'instance when to interrupt me.
(def ring-loud-p (caller)
"Checks whether the phone should ring LOUD"
(if (and (eq 'girlfriend caller)
(> 10 (getAmbientNoiseLevel))
t
nil)) )
--