Re: Embedded scripting language advice sought

2009-01-24 Thread Saifi Khan
On Sun, Jan 25, 2009 at 3:34 AM, Linda Messerschmidt wrote: > On Mon, Jan 19, 2009 at 2:46 PM, George Hartzell wrote: >> I don't have any useful advice to offer, but I would love it if you >> would summarize anything interesting that you get. >> >> I do a lot of computational biology work and am

Re: Embedded scripting language advice sought

2009-01-24 Thread Linda Messerschmidt
On Mon, Jan 19, 2009 at 2:46 PM, George Hartzell wrote: > I don't have any useful advice to offer, but I would love it if you > would summarize anything interesting that you get. > > I do a lot of computational biology work and am always interested in > extension language for my computing systems.

Re: Embedded scripting language advice sought

2009-01-19 Thread Jerry McAllister
On Sun, Jan 18, 2009 at 06:41:59PM -0500, Linda Messerschmidt wrote: > For a project I'm working on, I need to find an scripting language, and I > have a long wishlist: Oh Oh, you're going to start a religious war now. Well, good luck and be ready to take everything you hear with a shovelful of

Re: Embedded scripting language advice sought

2009-01-18 Thread Saifi Khan
On Sun, Jan 18, 2009 at 11:41 PM, Linda Messerschmidt wrote: > For a project I'm working on, I need to find an scripting language, and I > have a long wishlist: > > > - able to be "easily" embedded in a C++ application > > - "real" object-oriented with inheritance (preferably multiple inheritance)

Re: Embedded scripting language advice sought

2009-01-18 Thread Clifton Royston
On Sun, Jan 18, 2009 at 06:41:59PM -0500, Linda Messerschmidt wrote: > For a project I'm working on, I need to find an scripting language, and I > have a long wishlist: > > - able to be "easily" embedded in a C++ application > > - "real" object-oriented with inheritance (preferably multiple inher

Embedded scripting language advice sought

2009-01-18 Thread Linda Messerschmidt
For a project I'm working on, I need to find an scripting language, and I have a long wishlist: - able to be "easily" embedded in a C++ application - "real" object-oriented with inheritance (preferably multiple inheritance) - able to implement object methods in C++ where needed - "sandbox" ope