mainGNU Common Lisp - Support: sr #103237, Documentation - how to compile to C

 
 

sr #103237: Documentation - how to compile to C

Submitter:  None
Submitted:  Wed 04 Aug 2004 02:42:44 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  2 - Minor Status:  Done
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Closed
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 21 Nov 2013 09:51:51 PM UTC, comment #1: 

Thanks for your report!  The gcl-si manual has the details of the traditional C FFI interface, defentry.  git master has an improved mechanism, defdlfun, which allows one instruction access to external (C) shared libraries that is persistent across image saves. GCL does not compile to a C library to be invoked in a C program, but rather operates with the understanding that lisp will be the 'toplevel' and C functions called therefrom.  For the alternate 'embedded' approach, you might want to check out ecl.

Camm Maguire <camm>
Group administrator
Wed 04 Aug 2004 02:42:44 AM UTC, original submission:  

Can someone point me to the documentation set explaining specificlly how to compile Lisp to C, and how to incorporate the object/source files with other C applications.  Also, any  general gcl notes explaining the features of gcl would be great.  I am not looking for a Lisp tutorial, but a gcl manual.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-11-21 camm StatusNone Done
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code