0 votes
in LISP by
Is it possible to call LISP functions from other languages?

1 Answer

0 votes
by

LISP provides a “call-back” function, when programmer associates a foreign language function name with a LISP function, it is linked with these call-back functions. With foreign function programmer must supply the result data types and argument, so that LISP may perform conversions at the interface.

Related questions

+1 vote
asked Oct 28, 2022 in Python by SakshiSharma
+2 votes
asked Oct 28, 2022 in Python by SakshiSharma
...