[IronPython] [python] Re: Announcement: Project togetsomeCPython C extensions running under IronPython
Keith J. Farmer
kfarmer at thuban.org
Wed Oct 17 15:28:43 PDT 2007
See my earlier email. I think you *could* keep it in C, compile into
pure IL. At that point you have to deal with pointer-driven algorithms
(eg, NumPy), but you could generate safe code.
Anyway, I need to go eat. I think some serious thought should be given
to C++/CLI as an option to produce an IL version of these libraries.
From: users-bounces at lists.ironpython.com
[mailto:users-bounces at lists.ironpython.com] On Behalf Of Curt
Hagenlocher
Sent: Wednesday, October 17, 2007 3:24 PM
To: Discussion of IronPython
Subject: Re: [IronPython] [python] Re: Announcement: Project
togetsomeCPython C extensions running under IronPython
On 10/17/07, Keith J. Farmer <kfarmer at thuban.org> wrote:
A larger worry I have is the possibility that some of this will end up
being unsafe code, at which point you will have difficulties in full
trust scenarios, such as web servers.
This project will by definition be producing "unsafe" code.
--
Curt Hagenlocher
curt at hagenlocher.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20071017/918ebc4e/attachment.htm
More information about the Users
mailing list