[wx-users] Siloon
Pawel Kedzierski
kedziers at mml.ch.pwr.wroc.pl
Thu Mar 20 19:14:26 PDT 2008
Hello wxusers,
I found something that may be of general interest to You, especially
for Perl and Python programmers. Los Alamos Advanced Computing Laboratory
offers (free) scripting interface builder for C++ and Fortran 90 programs.
SILOON -- its name -- stands for Scripting Interface Languages for
Object-Oriented Numerics, but according to what they write it should'n
be limited to numerical applications (it uses a commercial quality C++
parser). They claim that everything You need to do is the following:
siloon-init project --python (or --perl)
siloon-parse project.cpp
siloon-gen project.pdb
make
and You have a ready to use python (perl) module interface for all classes and
functions in project.cpp (didn't tried it, though). Sounds like we could
have wxPerl instantly :-)
So, why not to have a look there:
http://www.acl.lanl.gov/siloon
Regards
Pawel
_______________________________________________
wxWindows-users mailing list
wxWindows-users at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/wxwindows-users
More information about the wx-users
mailing list