 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Anirban Banerjee Guest
|
Posted: Thu Aug 21, 2003 9:43 am Post subject: Writing extensions for a C++ application |
|
|
I am thinking of writing a extension to an existing C++ application
that does a lot of numerical work in stages. My idea is to provide
programmed control of the logs produced by the application. I *do not*
want any interactive capabilities, nor do I want to provide any hooks
to modify C++ data-structures: but primitives to display data, and an
embedded interpreter that can call those primitives.
I went through a number of options (Guile,TCL, Elk etc). I would like
to hear if anyone has done anything of this sort before.
Thanks a lot
Ani
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Attila Feher Guest
|
Posted: Thu Aug 21, 2003 4:58 pm Post subject: Re: Writing extensions for a C++ application |
|
|
Anirban Banerjee wrote:
| Quote: | I am thinking of writing a extension to an existing C++ application
that does a lot of numerical work in stages. My idea is to provide
programmed control of the logs produced by the application. I *do not*
want any interactive capabilities, nor do I want to provide any hooks
to modify C++ data-structures: but primitives to display data, and an
embedded interpreter that can call those primitives.
I went through a number of options (Guile,TCL, Elk etc). I would like
to hear if anyone has done anything of this sort before.
|
As far as I know Python ( htpp://www.python.org ) is used for something very
similar with a huge success. At least that is what the Python people said.
But just look at this page, and look for Los Alamos bla bla under
Science: http://www.python.org/community/users.html
IMHO Python is good for this job. Also (according to what I have seen/heard
at the ACCU conference) it seems that the industry is really picking up
Python.
--
Attila aka WW
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
pj Guest
|
Posted: Fri Aug 22, 2003 1:08 pm Post subject: Re: Writing extensions for a C++ application |
|
|
Python or Lua would fit the bill.
Extending python nowadays is pretty straightforward. Esp with Boost::Python
library.
"Anirban Banerjee" <anerjee (AT) yahoo (DOT) com> wrote
| Quote: | I am thinking of writing a extension to an existing C++ application
that does a lot of numerical work in stages. My idea is to provide
programmed control of the logs produced by the application. I *do not*
want any interactive capabilities, nor do I want to provide any hooks
to modify C++ data-structures: but primitives to display data, and an
embedded interpreter that can call those primitives.
I went through a number of options (Guile,TCL, Elk etc). I would like
to hear if anyone has done anything of this sort before.
|
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|