Page 1 of 1

APL language extensions

Posted: Wed Jul 28, 2010 7:51 pm
by Budgie
Hi

This concerns APL language extensions for .NET objects as described on p.18 sqq. of the Microsoft .Net Interface manual.

Is it possible to make these extensions available in a normal class in addition to .NET classes?

Re: APL language extensions

Posted: Fri Jul 30, 2010 10:50 pm
by Morten|Dyalog
No, the only way you can get this to work is by exporting the class as a .Net class and then using it from APL.