I don't know what's happened with Starkiller development, but a quick reading
of the first page suggests that Boo is using many of the same ideas.
At 08:22 PM 4/20/2005, Keith J. Farmer wrote
>I just came across Starkiller:
>http://www.python.org/pycon/dc2004/papers/1/paper.pdf
J. Merrill / An
I've been working on a blog entry that tries to cover this in great
detail. Rather than go silent until I find time to complete that, I
thought I should chime in a little here.
When working with CLS libraries, IronPython tries first to ensure that
nothing is impossible and second to make intera
On 4/21/05, Keith J. Farmer <[EMAIL PROTECTED]> wrote:
> Nonetheless, it does present some basis from which to start.
>
> I also suspect, specifically regarding the Starkiller paper, that some
> of the problems aren't all that relevent. For example, dynamic method
> creation: is that something th
Nonetheless, it does present some basis from which to start.
I also suspect, specifically regarding the Starkiller paper, that some
of the problems aren't all that relevent. For example, dynamic method
creation: is that something that is going to be exposed outside of
IronPython? If not, then do
On 4/20/05, Keith J. Farmer <[EMAIL PROTECTED]> wrote:
> I just came across Starkiller:
> http://www.python.org/pycon/dc2004/papers/1/paper.pdf
Unfortunately Starkiller will most likely not be released. Michael
Salib was under the employ of MIT when he wrote it and therefor does
not own the code.
I just came across Starkiller:
http://www.python.org/pycon/dc2004/papers/1/paper.pdf
<>___
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
[EMAIL PROTECTED] on behalf of Richard Monson-Haefel
Sent: Wed 4/20/2005 2:22 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Questions for FAQ or User Guide
Well, the way I see it (not that my opinion is all that important, but
...) you should be able to use more explicit typing by declari
ttle world.
From: [EMAIL PROTECTED] on behalf of
Martin Maly
Sent: Wed 4/20/2005 11:17 AM
To: Discussion of IronPython
Subject: RE: [IronPython] Questions for FAQ or User Guide
That is a good suggestion. The initial look shows that it would be
quite
possible to implement it.
1:17 AM
To: Discussion of IronPython
Subject: RE: [IronPython] Questions for FAQ or User Guide
That is a good suggestion. The initial look shows that it would be quite
possible to implement it. I'll give it a try.
<>___
users-ironpython.c
Sent: Tuesday, April 19, 2005 6:29 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Questions for FAQ or User Guide
It might be better if IronPython auto converted the list of real number
to an array in this case. If, that is, all the types in the list can be
widened to the correct type,
al Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Richard Monson-Haefel
Sent: Tuesday, April 19, 2005 6:29 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Questions for FAQ or User Guide
It might be better if IronPython auto converted the list of real number
t
on of IronPython
Subject: Re: [IronPython] Questions for FAQ or User Guide
It might be better if IronPython auto converted the list of real number
to an array in this case. If, that is, all the types in the list can be
widened to the correct type, or if the parameter is an array of
objects. That wa
It might be better if IronPython auto converted the list of real number
to an array in this case. If, that is, all the types in the list can be
widened to the correct type, or if the parameter is an array of
objects. That way you don't have to call an explicit method to set the
list to an array
>>> John A. Tenney Wrote:
>>>
>>> 1. I'd like to pass an array of 6 doubles to a method, but get an
error message.
>>> For example, the "myMethod" call below fails when it requires a
double array.
>>> array=[1, 2, 3.5, 4]
>>> myObject.myMethod(array)
If you create the array using the syntax abov
I’d like to pass an array of 6 doubles to a
method, but get an error message. For example, the “myMethod”
call below fails when it requires a double array.
array=[1, 2, 3.5, 4]
myObject.myMethod(array)
I’d like to invoke an overloaded operator,
or it’s backing op_xxx
15 matches
Mail list logo