Ruby and Python

Andrew Dalke dalke at acm.org
Tue Nov 21 00:44:21 EST 2000


James Logajan wrote:
>Gareth McCaughan wrote:
>> I wouldn't say that C has first-class functions. You can't
>> in any sense make them at runtime, most notably.
>
>Sure you can. I thought everyone knew how to do that. Just because people
>don't do it much these days doesn't mean its not possible.

One of my favorite tricks is to write the C code to a file then
compile it to a shared library and dlopen it :)

                    Andrew
                    dalke at acm.org






More information about the Python-list mailing list