Lingo2 1.2

Lingo2 is a huge update to LingoScript.

For those who DON'T remember LingoScript, Lingo2 is a module that provides a complete and easily extendible programming language to your RB projects. With this capability, you could add macros to a program, add plugins, or just about anything.

For example, if you set the variable "s" to this:

msg "Hi"
n=rnd(100)
for i=n to 100
  msg "The current number is "&i
next

Lingo2 could compile that, and then execute it. And, using its AddMethod and AddFunction routines, you can add methods and functions to the language that let scripts interface directly with your application.

As an example of how powerful Lingo2 can be, the example project contains an implementation of Logo–a complete programming language, as well as several example scripts.

  In the future, this section will contain links to any application that uses Lingo2.

Lingo2.sit   86K



Back to the main page