Is it possible to have an alias for the function name in Lisp?

后端 未结 8 1403
梦毁少年i
梦毁少年i 2021-02-05 20:37

...just like packages do.

I use Emacs (maybe, it can offer some kind of solution).

For example (defun the-very-very-long-but-good-name () ...) is no

8条回答
  •  既然无缘
    2021-02-05 21:14

    I dont know Emacs, but wouldn't (define shortname longnamefunctionblahblah) work?

提交回复
热议问题