|
|
|
|
|
by lispm
4508 days ago
|
|
> How are MORE bad examples an argument against what he says? If anything they reinforce his statement. These are not bad examples. It is just normal to use short identifiers in many programming languages and command interfaces. princ is in Lisp for decades. Emacs Lisp: ELISP> (princ 'foo)
foo
|
|