Re: [Plib-users] psl questions
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2004-06-04 16:02:37
|
Gerald Franz wrote: > Sorry, I was equivocal here, I completely agree that it may be against > the general design to allow the import from the script side. My point > was from the C++ side, I rather wanted to bundle math and stdio > interface functions in extra files separated from application specific > interfaces, in order to make them more easily reusable. As far as I > understand, currently I would have to combine a large array of > pslExtension objects by hand quite cumbersomely. To my mind it would be > more elegant to provide these arrays already in the respective extension > c++ library files... Oh - OK - then I completely agree with you. Those kinds of handy library functions could be bundled into the PSL library with some kind of interface to allow the application to selectively expose them: pslExposeStandardLibrary ( PSL_ALL_STANDARD_LIBRARIES ) ; ...or... pslExposeStandardLibrary ( PSL_STANDARD_IO_LIBRARY + PSL_SSG_WRAPPERS + PSL_SL_WRAPPERS ) ; ...then we could add new sets of library bindings and the application writer could choose which he wishes to expose. That's a really good idea. > I just downloaded it again, the > plib_examples-1.8.1.tar.gz/plib_examples-1.8.1/doc subfolder just > contains a CVS folder, nothing else, or am I looking at the wrong place? No - it's probably just an oversight. I'll look into it. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |