lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> When you say it's easy in C#, how would this be any different 
> from C++?

The implementation uses reflection and custom attributes, language
features that are not available in C++.

- DC