2010/3/20 Michal Suchanek <[email protected]>:
> This generally nice but causes problem when importing libraries
> written for other languages which might have identifiers starting with
> either uppercase and lowercase letters.

True, but I'd rather use a special notation for foreign types than
type variables. Both CLI and Java generally use type names starting
with a capital letter, anyway: C# int is simply an alias for
System.Int32. Also, the interop problems with identifier names may not
stop there - some languages may also support a few non-letter
characters in identifier names.
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to