Subject: Re: Reading bitmap files with lisp.
From: Erik Naggum <erik@naggum.no>
Date: 2000/06/29
Newsgroups: comp.lang.lisp
Message-ID: <3171302184035072@naggum.no>

* Richard James Panturis Giuly <no@spam.com>
| But what is FFI and how do I use it, I don't even know what the
| letters stand for.

  Foreign Function Interface.  Basically, dealing with other/inferior
  languages.  In C, for instance, you specify -l<library> to the
  linker, after having specified "extern foobar(...random junk...)" in
  your source files.  It's slightly more work from Common Lisp, but it
  shouldn't have been.  In your Allegro CL Trial Edition distribution,
  you will find the file .../doc/cl/foreign_functions.htm, which tells
  you the whole story on how to interface with C libraries.

#:Erik
-- 
  If this is not what you expected, please alter your expectations.