emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Any convenient way for cl-generic to dispatch on a callable Lisp Object?


From: Zhu Zihao
Subject: Any convenient way for cl-generic to dispatch on a callable Lisp Object?
Date: Mon, 20 Apr 2020 16:55:16 +0800
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/27.0 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

cl-generic can dispatch on builtin types, so subr and complied-function can be
dispatched. But looks that it lacks support of dispatching on funcall-able Lisp
Object(e.g. dynamic constructed lambda expression, closure, a symbol with
function slot set). Can we add this?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]