On Sat, Jan 5, 2013 at 7:30 PM, Bennie Kloosteman <[email protected]>wrote:
> So what are you going to interop with ? > Java , C# or the dynamic languages are a pain due to the GC > basically forcing a copy or COM / CORBA approach > Not if the runtime environment is CLR. > C ,Asm no issue > Concur > C++ , can use a C wrapper , while you can map a C++ class to a class > in many languages you cant if there are templates . If your using a GC > you need to copy or use as an immutable object > Concur. In the case of C++, I see the problem as more a matter of having a target language into which existing C++ code can be transcoded. But that is not a concern for the current application I am considering. I agree with you that prevalence of templates is rising, but I *suspect* that most of those are in a small number of key libraries. > shap
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
