Question

Is there any BASIC wrapper / interface for C#? Lua interface wraps lua for C# which works perfect with ability to write user functions, Is there any wrapper that wraps BASIC in C#? I know that BASIC is old, But I just liked the way it's being used and I'm looking for some ways to wrap it as an additional language for my software.

Was it helpful?

Solution

Microsoft VisualBasic.NET is the companion language to C#. They are both built on top of the Common Intermediate Language (CIL) / Microsoft Intermediate Language (MSIL).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top