Re: how can I add an scripting language to my application ?



	Also, check out EiC.  It's a library that lets you execute
interpreted C (imagine a C scripting language).  It's also embeddable, and
can interface with compiled C (with a few limitations).

--Derek


On Fri, 5 May 2000, Nathan Hurst wrote:

> 
> On Thu, 4 May 2000, Pablo De Napoli wrote:
> 
> > Hi!
> > 
> > I want to add an scripting language to an application (actually I want to
> > add an scripting language to Code Commander). How may I do this ?
> 
> To run a python script from within a C program you can use:
> {
>   PyInitialize();
> 
>   PyRun_SimpleString("print 2L**50, \"bytes = 1 petabyte\"");
> }
> 
> The document /usr/doc/python*/Doc/ext.tex explains all of this.
> 
> To run a script in perl read the perlguts manpage.
> 
> 
> njh
> 
> 
> _______________________________________________
> gnome-devel-list mailing list
> gnome-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-devel-list
> 





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]