Why Python won't work on .net
Fredrik Lundh
fredrik at pythonware.com
Tue Dec 9 02:39:49 EST 2003
More information about the Python-list mailing list
Tue Dec 9 02:39:49 EST 2003
- Previous message (by thread): Why Python won't work on .net
- Next message (by thread): Why Python won't work on .net
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Courageous" wrote: > >> The main problem is that functions are first class objects in Python, but > >> not in the CLS. > > Functions are only addresses in C, the (main) language Python is > implemented in. what parts of "The CLS does have pointers to methods, but the situations in which they can be used are limited by the code validator" and "in neither case can the function pointer come from a variable" did you have trouble understanding? </F>
- Previous message (by thread): Why Python won't work on .net
- Next message (by thread): Why Python won't work on .net
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list