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

MACL and Appletalk




>Isn't there anyway to access Appletalk from another language, and then
>use LISP's foreign function interface to make calls to that other
>language rather than making calls to the assembly language routines.
>For example, is it possible to ake the specific calls from C, and have
>LISP access the C functions?

Yes, that would work too, though it would probably take just as much
work writing the FF interfaces in Lisp as doing the calls directly.
I'd say that the main advantage of developing in C would be debugging,
since crashes will tend to throw you out of lisp.

- Joe