Re: Boo, a new static typed language for the .NET Envionment

"Mark Hahn" <[email protected]> Sat, 17 Jul 2004 14:27:39 -0700
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
Günter Jantzen wrote:
> Hello,
> I post this link, because it may give some inspiration and fresh
> thoughts what other people do
>
> http://boo.codehaus.org/
>
> cheers
> Günter
>
> P.S.
> It is not my intend that prothon should mimicry this behaviour
>
> P.S.
> I vote for the prothon 1.0 version !!!
>
> P.S.
> Features? Not to much please, before there isn't a really user base
> and some sample apps.
>
> P.S.
> Nevertheless I vote for Stackless
>
> P.S
> <end of stack>

Interesting.  It's almost the exact opposite of Prothon.  Prothon is an
attempt to make eveything as dynamic as possible and Boo is going in the
static direction.  One difference is Boo has to make exceptions and allow
dynamic behaviour (their "duck" feature) and Prothon doesn't have to make
static exceptions although I am considering adding design-by-contract.