[Plib-users] psl questions
Brought to you by:
sjbaker
From: Gerald F. <gf...@tu...> - 2004-06-04 12:34:06
|
Dear plib users and developers, I have some questions concerning psl. After some tests I generally like its minimalistic design and ease of use for people who already know a little bit of C, but still I am reluctant to implement it into an ongoing project due to some unclarities: * are there any realworld application already using it? * are there any ways to bundle a group of extension functions, let's say a math-package, and to import it more library like? * the main() function is normally defined in C as int main( int argc, char **argv), is something equivalent possible in PSL, and if so, how to access return value and arguments? * according to the programming guide, "#define with parameters" is not supported. However, it seems to work and is used in astropong? Any clarifications or hints would be highly appreciated. Thanks Gerald P.S.: The 1.8.1 examples and documentation package seems to lack the documentation? |