Table of Contents

Starting in MGS

Ok, you got a runable executable from the MGS distribution web page and you want to write your first MGS program. Before going further, note that MGS is an experimental programming language, mainly used as a vehicle to test and validate ideas in unconventional programming. So, beware that the syntax is especially fluctuating with the interpreters version. This warning done, here are some information to help you to write your first MGS program.



First Step

Long ago, we have started to write an MGS introduction:



Second Phase

In a second step, take a look at the example in the MGS gallery: all examples include snipets of commented code.

Then dowload the compressed tar file containing the complete coding of the examples presented and developed in the following two papers:

After downloading the tarball (mgs_code_example.tgz) you decompress it (on linux tar xvzf mgs_code_example.tgz) which gives you a directory Code containing the following file:



To go further



Related Web Pages