Re: [Ecls-list] compile package dependencies to C

2013-03-07 Thread Sam Sam
Yes, that worked. Now, about the name mangling - is there any way to control it? For example, i had a (defun main ... which got renamed to L1main(). Not so bad yet, but the top-level LISP code gets wrapped in a function with a completely random and unpredictable name like

Re: [Ecls-list] compile package dependencies to C

2013-03-07 Thread Matthew Mondor
On Thu, 7 Mar 2013 13:26:22 -0500 Sam Sam gamgee...@hotmail.com wrote: Now, about the name mangling - is there any way to control it? For example, i had a (defun main ... which got renamed to L1main(). Not so bad yet, but the top-level LISP code gets wrapped in a function with a