elan-language / Documentation

0 stars 0 forks source link

Interaction with other .NET projects #163

Open richardpawson opened 7 months ago

richardpawson commented 7 months ago

For Elan code to call an external .NET assembly, it would be necessary to write wrapper functions in C#.

However, given that Elan compiles to a .NET assembly, it should be possible for external .NET projects to call an Elan library. For example it should be possible to write a VB/C# Windows Forms or ASP.NET UI to access core functionality written in Elan.

To this end, we should consider: