Icon of program: LikeBasic

LikeBasic for Windows


Key Details of LikeBasic

  • Basic script engine component for .NET. Integrate with other applications.
  • Last updated on 8/2/2013
  • There have been 3 updates
  • Virus scan status:

    Clean (it's extremely likely that this software program is clean)


Enlarged image for LikeBasic

Developer's Description

Basic script engine component for .NET. Integrate with other applications.
Basic like script language with component to include in different kind of applications.Automatic typing system, no definition required. Extendable by using .NET class libraries. Could be easily to integrated with host application, adding component to form. Includes LikeBasicConsole application for using script engine without any programming. C# source code for this application is included. Standard libraries are included as source code. If programmer knows basic languge before it is very easy to learn Like Basic. In the manual there is couple some samples of using LikeBasic with host application. LikeBasic is tended to be as close to traditional Basic than possible. Flexible typing system is adopted to language. There is no Goto commands. Programmer could use functional programming with option for local variable. This also allows for creating recursive function calls