[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
    Search the FAQ Archives

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Single Page

Top Document: FAQ: Lisp Frequently Asked Questions 2/7 [Monthly posting]
Previous Document: [2-7] Can I call Lisp functions from other languages?
Next Document: [2-9] What is CDR-coding?


[2-8] I want to call a function in a package that might not exist at compile time. How do I do this?



Use (funcall (find-symbol "SYMBOL-NAME" :pkg-name) ...).



Top Document: FAQ: Lisp Frequently Asked Questions 2/7 [Monthly posting]
Previous Document: [2-7] Can I call Lisp functions from other languages?
Next Document: [2-9] What is CDR-coding?

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Single Page


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
ai+lisp-faq@cs.cmu.edu

Last Update October 07 2008 @ 00:12 AM

© 2008 FAQS.ORG. All rights reserved.