Search code examples
c#wrapperbasic

BASIC language wrapper on C#


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.


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).