Shirakumo / radiance

A Common Lisp web application environment
https://shirakumo.github.io/radiance/
zlib License
311 stars 19 forks source link

bugfix - symbol is unbound #12

Closed LinkFly closed 7 years ago

Shinmera commented 7 years ago

Oh dear. Looks like I haven't looked at that function in a long while. Thanks a lot!

LinkFly commented 7 years ago

Nothing, no one is immune from mistakes ;) I want to offer to you idea, change macro call:

(defmacro call (pkg sym &rest args)
  `(funcall (find-symbol (string ',sym) (string ',pkg)) ,@args))

But then you need to check places where macro calls