Steve Parkinson wrote:
> I like the way the .NET API is consistent, and whether you use C#,
> Managed C++, or Visual basic, the API is always the same.
> 
> If we leave the OO implementation up to the scripting language wrapper,
> then we will potentially have a different API for each language.

I disagree for a couple of reasons:

* Different languages have very different styles and idioms. If you
build a generic API it is going to suck for every language (except
perhaps one that it was originally designed for).

* IMO there aren't that many developers that will use the same library
from several different languages.

-- 
  Heikki Toivonen
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to