Thread: Interfacing with LISP with C

  1. #1
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732

    Interfacing with LISP with C

    Hello People,
    I am looking for some good tutorial on how to call LISP from C. Has anyone got good resource, links for any tutorial please.

    Thanks lot guys

    ssharish

  2. #2
    aoeuhtns
    Join Date
    Jul 2005
    Posts
    581
    Which Lisp implementation are you running? Its manual or documentation is probably the best source of information you will get. I don't think the foreign function interface for Lisp is standardized, you see. For example, there's

    SBCL - http://www.sbcl.org/manual/Foreign-F...tion-Interface
    CLISP - http://clisp.cons.org/impnotes/dffi.html

    "Foreign function interface" and the name of your Lisp implementation are good search terms to use when looking for this information.
    There are 10 types of people in this world, those who cringed when reading the beginning of this sentence and those who salivated to how superior they are for understanding something as simple as binary.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help on LISP please?
    By ssharish2005 in forum Tech Board
    Replies: 1
    Last Post: 02-08-2008, 10:12 AM
  2. Help with with Lisp Reader Technique
    By tuxinator in forum C Programming
    Replies: 15
    Last Post: 05-07-2006, 05:30 PM
  3. LISP (DrScheme) any one?
    By Jeremy G in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 03-31-2004, 12:52 PM
  4. Lisp
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 08-26-2003, 12:41 PM
  5. IDEA: LISP Interpreter
    By ygfperson in forum Contests Board
    Replies: 4
    Last Post: 09-13-2002, 08:48 PM