SegsEngine icon indicating copy to clipboard operation
SegsEngine copied to clipboard

Use .net core runtime instead of mono for scripting

Open nemerle opened this issue 3 years ago • 0 comments

This will be a fun one 😨

Loads of functionality is currently based on registering mono's internal functions and c++-side marshaling, .net core wants things the other way ( c# importing c symbols and handling marshaling )

nemerle avatar Oct 05 '22 14:10 nemerle