APL language extensions

Writing and using Classes in Dyalog APL
Post Reply
User avatar
Budgie
Posts: 36
Joined: Thu Nov 26, 2009 9:22 am
Location: Beckenham

APL language extensions

Post 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?
Jane
User avatar
Morten|Dyalog
Posts: 460
Joined: Tue Sep 09, 2008 3:52 pm

Re: APL language extensions

Post 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.
Post Reply