Complete.Org: Mailing Lists: Archives: freeciv-dev: September 1999:
Re: [Freeciv-Dev] Adding scripting language
Home

Re: [Freeciv-Dev] Adding scripting language

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv Dev <freeciv-dev@xxxxxxxxxxxx>
Subject: Re: [Freeciv-Dev] Adding scripting language
From: Artur Biesiadowski <abies@xxxxxxxxx>
Date: Wed, 01 Sep 1999 10:49:43 +0200

Tony Stuckey wrote:

>         I'd still prefer a targeted scripting language that uses game
> concepts.

There are two reasons agains such language:

1) you have to learn new language; maybe not much problem, but it is
always easier to use existing one (and if you will learn existing one,
you can add it to you resume :)

2) most important - as noted on guile homepage, designing scripting
languages take way too much time from main project. There will be anough
mess with adding hooks to freeciv everywhere to add extra tytanic work
designing own language, writing compiler for it etc. 


For this reason I think that we should decide either on existing
language - guile,tcl, perl or java , or use one designed by Jules (as he
is working on it anyway for other reasons).

With every of these languages you can add your own translator that will
include some game-specific macros/quirks and convert it to vanilla
language. It is a lot smaller work than creating own langauge/vm from
scratch.

Artur



[Prev in Thread] Current Thread [Next in Thread]