From: "Christopher Nelson" To: Subject: Re: Scripting Language Date: Tue, 22 Jun 1999 11:02:49 -0600 Message-ID: <01bebcd1$0f1b80c0$5d7c0ed1@thendren> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com >Is there a good scripting language that can be embeded with DJGPP for >dos? Other than Python? I've been trying to find one for my game. > >Denis Lamarche There's a scripting language called SeeR that is basically just a C-compiler that compiles to the author's VM-specific opcodes. I can't remember the link, but it's under the library section on Allegro's homepage. It seems pretty complete: import/export of script functions, runs scripts concurrently, etc. -={C}=-