Re: Re: why is it so quiet in here?
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Lenard Lindstrom wrote: > Quoting from the ctypes introduction: > > ctypes is a Python module allowing to create and manipulate C data > types in Python. These can then be passed to C-functions loaded from > dynamic link libraries. > >> My proposal is only good for wrapping existing c libraries, not for >> writing new C extensions. I thought psyco made writing new C >> extensions for Python unecessary. >> > Psyco on a list of Int's will not be as fast as a C module on an > array of int. True. > And how are you going to handle C++ and wxWidgets? They have to be wrapped into DLLs. > This discussion makes me ask how well Prothon can be embedded in > other applications. I do not remember the topic ever being mentioned. > Can Prothon be easily integrated into external applications? How will > these applications access Prothon objects? I haven't addressed it at all. Is this important?