home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!cgi.com!goldstei
- From: goldstei@cgi.com ("Morris Goldstein")
- Newsgroups: comp.lang.lisp
- Subject: Examples using foreign functions
- Message-ID: <9209151434.AA11641@ult9>
- Date: 15 Sep 92 14:34:24 GMT
- Sender: usenet@ucbvax.BERKELEY.EDU
- Lines: 16
-
- We are replacing a component of our Lucid Lisp based application with
- a library written in C and are struggling with the foreign function
- interface. In particular, we need to call lisp functions from C and
- return a value to the caller that could be any one of the following:
-
- integer
- string
- real
- list
-
- Where a list can contain elements of any of the above types. Any
- example code and suggestions would be muchly appreciated.
-
- Thanks,
-
- -Morris
-