At 8:10 AM +0100 3/16/05, Leopold Toetsch wrote:
Leopold Toetsch <[EMAIL PROTECTED]> wrote:
Leopold Toetsch <[EMAIL PROTECTED]> wrote:
Syntax proposal:
.sub foo @MULTI
.invocant Integer a
.invocant Float b
.param pmc c
...
Alternate syntax:
.sub foo multi(Integ
Bob Rogers <[EMAIL PROTECTED]> wrote:
>From: Leopold Toetsch <[EMAIL PROTECTED]>
>.sub foo multi(Integer, pmc: String)
> .param pmc a
> .param pmc b
> .param pmc c
>- try to dispatch on the first two types in the first place
>- if there is a tie,
Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> Leopold Toetsch <[EMAIL PROTECTED]> wrote:
>> Syntax proposal:
>>.sub foo @MULTI
>> .invocant Integer a
>> .invocant Float b
>> .param pmc c
>> ...
> Alternate syntax:
> .sub foo multi(Integer, Float)
> .param pmc a
>
From: Leopold Toetsch <[EMAIL PROTECTED]>
Date: Tue, 15 Mar 2005 08:52:38 +0100
Bob Rogers <[EMAIL PROTECTED]> wrote:
> What if one wants the first and third arguments to be the invocants?
> Then the first syntax gives
>.sub foo @MULTI
> .invocant Integer a
Bob Rogers <[EMAIL PROTECTED]> wrote:
> What if one wants the first and third arguments to be the invocants?
> Then the first syntax gives
>.sub foo @MULTI
> .invocant Integer a
> .param pmc b
> .invocant String c
That should better be
>.sub foo @MULTI
On Mon, 2005-03-14 at 22:38 -0500, Bob Rogers wrote:
> What if one wants the first and third arguments to be the invocants?
> Then the first syntax gives
>
>.sub foo @MULTI
> .invocant Integer a
> .param pmc b
> .invocant String c
> ...
>
> But it's no
From: Leopold Toetsch <[EMAIL PROTECTED]>
Date: Mon, 14 Mar 2005 14:02:30 +0100
Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> Syntax proposal:
>.sub foo @MULTI
> .invocant Integer a
> .invocant Float b
> .param pmc c
> ...
Alternate syntax:
On Mon, 2005-03-14 at 14:02 +0100, Leopold Toetsch wrote:
> Leopold Toetsch <[EMAIL PROTECTED]> wrote:
>
> > Syntax proposal:
>
> >.sub foo @MULTI
> > .invocant Integer a
> > .invocant Float b
> > .param pmc c
> > ...
>
> Alternate syntax:
>
> .sub foo multi(Integer,
"Leopold Toetsch" <[EMAIL PROTECTED]> wrote:
Leopold Toetsch <[EMAIL PROTECTED]> wrote:
Syntax proposal:
.sub foo @MULTI
.invocant Integer a
.invocant Float b
.param pmc c
...
Alternate syntax:
.sub foo multi(Integer, Float)
.param pmc a
.param pmc b
.param pmc c
I
Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> Syntax proposal:
>.sub foo @MULTI
> .invocant Integer a
> .invocant Float b
> .param pmc c
> ...
Alternate syntax:
.sub foo multi(Integer, Float)
.param pmc a
.param pmc b
.param pmc c
I'm now more inclined towa
I prefer test first programming. Therefore we need some syntax to get
multi subs into the assembler. Albeit we even have two sets of MMD
function registering opcodes (object.ops:mmd* , pmc.ops:mmdvt*) these
are not adequate to implement a general MMD scheme. The opcodes allow
just 2-dimensional
11 matches
Mail list logo